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:51 +01:00
parent ab2769bddc
commit da5b176316
1 changed files with 1 additions and 1 deletions

2
debian/postinst vendored
View File

@ -29,7 +29,7 @@ case "$1" in
fi
;;
triggered)
su -c "$COMMAND hobo_deploy --redeploy" $WCS_USER
su -s /bin/sh -c "$COMMAND hobo_deploy --redeploy" $WCS_USER
exit 0
;;
abort-upgrade|abort-remove|abort-deconfigure)