Skip to content

Commit

Permalink
Merge pull request #10 from vrenaville/add_sh
Browse files Browse the repository at this point in the history
fix: inactivate command for debug purpose
  • Loading branch information
vrenaville authored Apr 29, 2022
2 parents 621a28f + 6443c20 commit bf36953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf36953

Please sign in to comment.