mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-31 18:09:20 +08:00
create important dirs beforehand
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1dedc5f282
commit
ac7bf05f54
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ caddy fmt --overwrite /Caddyfile
|
|||
# Add caddy path
|
||||
mkdir -p /mnt/data/caddy/
|
||||
|
||||
# Add caddy import path
|
||||
mkdir -p /mnt/data/caddy-imports
|
||||
|
||||
# Fix apache startup
|
||||
rm -f /usr/local/apache2/logs/httpd.pid
|
||||
|
||||
|
|
Loading…
Reference in a new issue