From 6443c20ab2a3f364b854d4d01bb7dd9a8b6504e2 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Fri, 29 Apr 2022 11:00:33 +0200 Subject: [PATCH] fix: inactivate command for debug purpose --- rootfs/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/entrypoint.sh b/rootfs/entrypoint.sh index 88cab45..d6aa6dc 100755 --- a/rootfs/entrypoint.sh +++ b/rootfs/entrypoint.sh @@ -68,6 +68,7 @@ echo "[INFO ] # ${COMMAND}" if [ -n "${AUTOSSH_DEBUG}" ]; then echo "[DEBUG] on autossh not started automatically" + exec /bin/sh else exec ${COMMAND} fi