From 3909aaddf1bab9dc05ef8c4f47ae5e04eaea2395 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 9 Mar 2016 21:02:04 +0100 Subject: [PATCH] [mod] Explain how to start yunohost-firewall service --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 17ccd5b8..f3374527 100644 --- a/debian/postinst +++ b/debian/postinst @@ -18,7 +18,7 @@ do_configure() { service yunohost-firewall status > /dev/null \ && service yunohost-firewall restart \ || echo "Service yunohost-firewall is not running, you should " \ - "consider to start it." + "consider to start it by doing 'service yunohost-firewall start'." fi # update PAM configs