diff --git a/entrypoint.sh b/entrypoint.sh index 87b3dcc2..d18376b5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,4 @@ set -eo pipefail PLUGIN=${PLUGIN:-workingdir} export SSHPIPERD_SERVER_KEY_GENERATE_MODE=${SSHPIPERD_SERVER_KEY_GENERATE_MODE:-notexist} -/sshpiperd/sshpiperd "${@:-/sshpiperd/plugins/$PLUGIN}" \ No newline at end of file +exec /sshpiperd/sshpiperd "${@:-/sshpiperd/plugins/$PLUGIN}"