fix broken exec chains

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2026-08-26 21:33:10 +02:00
parent dab0635d25
commit e93fd7e79f
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ if [ "$AIO_LOG_LEVEL" != 'debug' ]; then
set +x
fi
haproxy -f /tmp/haproxy.cfg -db
exec haproxy -f /tmp/haproxy.cfg -db
+1 -3
View File
@@ -36,6 +36,4 @@ fi
lighttpd -tt -f /etc/lighttpd/lighttpd.conf
# Run server
lighttpd -D -f /etc/lighttpd/lighttpd.conf
exec "$@"
exec lighttpd -D -f /etc/lighttpd/lighttpd.conf
-2
View File
@@ -26,5 +26,3 @@ else
echo "'CONTAINER_TO_UPDATE' is not set. Cannot update anything."
exit 1
fi
exec "$@"