From cdb862dfaf5df80301cc274e5af7dfab5c02cf17 Mon Sep 17 00:00:00 2001 From: kload Date: Sat, 31 Oct 2015 19:21:25 +0100 Subject: [PATCH 1/2] [fix] Do not fail if firewall is stopped --- debian/postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } From 12127d1a7119e5d603961b994e5d00379df1ff8c Mon Sep 17 00:00:00 2001 From: kload Date: Sat, 31 Oct 2015 19:21:48 +0100 Subject: [PATCH 2/2] [fix] Use a recent moulinette version --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,