From 306462536816159fddfd8b90c82d338ef22f051e Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Thu, 17 Apr 2025 06:09:48 +1200 Subject: [PATCH] fix: `entrypoint.sh` - Transfer PID1 to `sshpiperd` (#561) --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"