diff --git a/services/AUTOMATIC1111/entrypoint.sh b/services/AUTOMATIC1111/entrypoint.sh index 54e709c..96dfd52 100755 --- a/services/AUTOMATIC1111/entrypoint.sh +++ b/services/AUTOMATIC1111/entrypoint.sh @@ -71,4 +71,6 @@ if [ -f "/data/config/auto/startup.sh" ]; then popd fi +echo "Hello World" + exec "$@"