debian: don't restart on hobo-deploy trigger (#9405)

This commit is contained in:
Frédéric Péters 2016-01-21 11:16:44 +01:00
parent 975b0377d8
commit 929776ff2d
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ case "$1" in
triggered)
su -s /bin/sh -c "$MANAGE_SCRIPT hobo_deploy --redeploy" $USER
exit 0
;;
abort-upgrade|abort-remove|abort-deconfigure)