diff --git a/debian/postinst b/debian/postinst index de5febe92..3cefc3c15 100644 --- a/debian/postinst +++ b/debian/postinst @@ -15,7 +15,8 @@ do_configure() { # restart yunohost-firewall if it's running service yunohost-firewall status > /dev/null \ - && service yunohost-firewall restart + && service yunohost-firewall restart \ + || echo "Firewall stopped" fi }