From cac8d54a37b7a5fc1597db7192a2084763423d47 Mon Sep 17 00:00:00 2001 From: Titoko Date: Fri, 15 Mar 2013 14:20:12 +0100 Subject: [PATCH] Uninstall cron when stop firewall --- yunohost_firewall.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yunohost_firewall.py b/yunohost_firewall.py index 57bdd789..ceeaa1cc 100644 --- a/yunohost_firewall.py +++ b/yunohost_firewall.py @@ -250,3 +250,5 @@ def firewall_stop(): os.system ("ip6tables -P INPUT ACCEPT") os.system ("ip6tables -F") os.system ("ip6tables -X") + + firewall_removeupnp()