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