mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix caddy warning
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a117c684dd
commit
cf148b6381
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ mkdir -p /mnt/data/caddy-imports
|
|||
rm -f /mnt/data/caddy-imports/nextcloud
|
||||
|
||||
# Makre sure that the caddy-imports dir is not empty
|
||||
echo "" > /mnt/data/caddy-imports/empty
|
||||
echo "# empty file so that caddy does not print a warning" > /mnt/data/caddy-imports/empty
|
||||
|
||||
# Fix apache startup
|
||||
rm -f /usr/local/apache2/logs/httpd.pid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue