From b83c7317b361db7a88b00115315928fe7f55662e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sun, 15 Nov 2015 15:34:36 +0100 Subject: [PATCH] [fix] Display a more detailed message when yunohost-firewall is stopped --- debian/postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 50add893e..3fcaa0dd1 100644 --- a/debian/postinst +++ b/debian/postinst @@ -17,7 +17,8 @@ do_configure() { # restart yunohost-firewall if it's running service yunohost-firewall status > /dev/null \ && service yunohost-firewall restart \ - || echo "Firewall stopped" + || echo "Service yunohost-firewall is not running, you should " \ + "consider to start it." fi # update PAM configs