import directus db 2

This commit is contained in:
Valentin 2024-04-17 17:08:53 +02:00
parent 0adaa20e8d
commit 244742a8a1
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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