mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
fix detail
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c84091cc0c
commit
a620640fa7
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ mkdir -p /mnt/data/caddy/
|
|||
# Add caddy import path
|
||||
mkdir -p /mnt/data/caddy-imports
|
||||
|
||||
# Remove falsely added Nextcloud conf
|
||||
rm -f /mnt/data/caddy-imports/nextcloud
|
||||
|
||||
# Makre sure that the caddy-imports dir is not empty
|
||||
echo "" > /mnt/data/caddy-imports/empty
|
||||
|
||||
|
|
Loading…
Reference in a new issue