From 929776ff2d541f5c03c46e16959028c3920f206f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 21 Jan 2016 11:16:44 +0100 Subject: [PATCH] debian: don't restart on hobo-deploy trigger (#9405) --- debian/welco.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/welco.postinst b/debian/welco.postinst index 00302fe..f1da084 100644 --- a/debian/welco.postinst +++ b/debian/welco.postinst @@ -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)