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