fix: entrypoint.sh - Transfer PID1 to sshpiperd (#561)

This commit is contained in:
Brennan Kinney 2025-04-17 06:09:48 +12:00 committed by GitHub
parent d884f45cfb
commit 3064625368
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}"
exec /sshpiperd/sshpiperd "${@:-/sshpiperd/plugins/$PLUGIN}"