import directus db 2
This commit is contained in:
parent
0adaa20e8d
commit
244742a8a1
|
@ -6,6 +6,8 @@ Deployment [**D**ebian](https://www.debian.org/) (os) + [**C**addy](https://cadd
|
|||
|
||||
On a fresh install as root user using
|
||||
|
||||
`sudo pawwd root`
|
||||
|
||||
`su - root`
|
||||
|
||||
1. Upgrade
|
||||
|
|
|
@ -259,14 +259,6 @@ if [[ "$answer" == "y" ]]; then
|
|||
echo
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
echo "set -g default-shell /bin/sh" >> /etc/tmux.conf
|
||||
su -s /bin/bash -c "mkdir ${cms_directory}" www-data
|
||||
|
||||
|
|
Loading…
Reference in New Issue