diff --git a/rootfs/entrypoint.sh b/rootfs/entrypoint.sh index d6aa6dc..3fdcb01 100755 --- a/rootfs/entrypoint.sh +++ b/rootfs/entrypoint.sh @@ -68,7 +68,7 @@ echo "[INFO ] # ${COMMAND}" if [ -n "${AUTOSSH_DEBUG}" ]; then echo "[DEBUG] on autossh not started automatically" - exec /bin/sh + exec /bin/sh -c "/bin/watch ls" else exec ${COMMAND} fi