Fix rm command to remove all files in public folder

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer
2025-12-18 16:07:16 +01:00
committed by GitHub
parent 84efa573f0
commit aec886c9eb

View File

@@ -25,7 +25,7 @@ if [ "$*" = 'supervisord -c /etc/supervisor/supervisord.conf' ]; then
/tmp/public/.htaccess \
/tmp/public/.well-known \
/var/www/html/public/ && \
rm -rf /tmp/public/
rm -rf /tmp/public/*
fi
echo "Public Folder is up to date"