diff --git a/debian/control b/debian/control index 1dacf81c9..5305160e8 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: https://yunohost.org/ Package: yunohost Architecture: all Depends: ${python:Depends}, ${misc:Depends}, - moulinette (>= 2.2.1), + moulinette (> 2.2.1.1), python-psutil, python-requests, glances, 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 }