fix: entrypoint.sh - Transfer PID1 to sshpiperd (#561)
This commit is contained in:
parent
d884f45cfb
commit
3064625368
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue