- supervisord.conf defines nodaemon already

- Fix if statement
This commit is contained in:
Benjamin Brummer
2024-12-05 13:35:32 +01:00
parent 806a340a00
commit 0ace427585

View File

@@ -29,7 +29,7 @@ docker_process_init_files() {
done
}
if [ "$*" = 'supervisord -n -c /etc/supervisor/conf.d/supervisord.conf' ]; then
if [ "$*" = 'supervisord -c /etc/supervisor/conf.d/supervisord.conf' ]; then
# Workaround for application updates
if [ "$(ls -A /tmp/public)" ]; then
echo "Updating public folder..."