From c38d3b787fb1d9d5b3f1d42d95b0b7f5d186c3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 12 Jan 2016 11:24:02 +0100 Subject: [PATCH] debian: fix trigger to call the right command (#9599) --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 9f385e6..9c0bde9 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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) -- 2.7.0.rc3