From a9d439d32a7b3611098b4008c17be60c6024db0b Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 12 Jun 2026 13:28:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20entrypoint=20script=20?= =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modified rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/entrypoint.sh --- rootfs/usr/local/bin/entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index 7dcce31..f47c8bc 100755 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -12,8 +12,8 @@ # @@Description : Entrypoint file for alpine # @@Changelog : New script # @@TODO : Better documentation -# @@Other : -# @@Resource : +# @@Other : +# @@Resource : # @@Terminal App : no # @@sudo/root : no # @@Template : other/docker-entrypoint @@ -508,7 +508,7 @@ if [ "$START_SERVICES" = "yes" ] || [ -z "$1" ]; then CONTAINER_INIT="${CONTAINER_INIT:-no}" # No user command: run default Go workflow instead of blocking if [ $# -eq 0 ]; then - __exec_command go-workflow + go-workflow exit $? fi fi