diff --git a/Containers/docker-socket-proxy/start.sh b/Containers/docker-socket-proxy/start.sh index 896b5248..7b9f7d87 100644 --- a/Containers/docker-socket-proxy/start.sh +++ b/Containers/docker-socket-proxy/start.sh @@ -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 diff --git a/Containers/domaincheck/start.sh b/Containers/domaincheck/start.sh index 7765b97b..4001930a 100644 --- a/Containers/domaincheck/start.sh +++ b/Containers/domaincheck/start.sh @@ -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 diff --git a/Containers/watchtower/start.sh b/Containers/watchtower/start.sh index 16e7caef..eea827a8 100644 --- a/Containers/watchtower/start.sh +++ b/Containers/watchtower/start.sh @@ -26,5 +26,3 @@ else echo "'CONTAINER_TO_UPDATE' is not set. Cannot update anything." exit 1 fi - -exec "$@"