debian: fix trigger to call the right command (#9599)

This commit is contained in:
Frédéric Péters 2016-01-12 11:24:02 +01:00
parent c253306853
commit 143783b334
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 check_hobos --redeploy" $WCS_USER
su -c "$COMMAND hobo_deploy --redeploy" $WCS_USER
;;
abort-upgrade|abort-remove|abort-deconfigure)