debian: fix call to hobo_deploy in trigger (#9472)

This commit is contained in:
Benjamin Dauvergne 2016-01-12 13:16:23 +01:00
parent 1469ea26ff
commit fe54e75684
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 check_hobos --redeploy" $WCS_USER
su -c "$COMMAND hobo_deploy --redeploy" $WCS_USER
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;