From 787e747fa47d5882f507d7256682155c09b19c81 Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Fri, 20 Mar 2026 20:10:32 -0400 Subject: [PATCH] fix deploy re-exec not forwarding command argument --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index f18fda3..f5b30b1 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -53,7 +53,7 @@ git pull origin main # Re-exec so the running script reflects any changes just pulled if [ -z "${DEPLOY_REEXEC:-}" ]; then export DEPLOY_REEXEC=1 - exec /opt/hantim/scripts/deploy.sh + exec /opt/hantim/scripts/deploy.sh "$CMD" fi # Generate .env from bws if this service declares .env.keys