debian: force /bin/sh as shell when running hobo-deploy trigger (#9754)

This commit is contained in:
Frédéric Péters 2016-01-24 16:41:05 +01:00
parent 536b58961f
commit 65eba14c5f
1 changed files with 1 additions and 1 deletions

2
debian/postinst vendored
View File

@ -24,7 +24,7 @@ case "$1" in
;;
triggered)
su -c "$COMMAND hobo_deploy --redeploy" $WCS_USER
su -s /bin/sh -c "$COMMAND hobo_deploy --redeploy" $WCS_USER
exit 0
;;