mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Uninstall cron when stop firewall
This commit is contained in:
parent
ae8c327583
commit
cac8d54a37
1 changed files with 2 additions and 0 deletions
|
@ -250,3 +250,5 @@ def firewall_stop():
|
|||
os.system ("ip6tables -P INPUT ACCEPT")
|
||||
os.system ("ip6tables -F")
|
||||
os.system ("ip6tables -X")
|
||||
|
||||
firewall_removeupnp()
|
||||
|
|
Loading…
Add table
Reference in a new issue