Fixing sleep

This commit is contained in:
Bilal Baqar 2016-03-12 19:50:51 -08:00
parent 288e9bfd11
commit 8c274b53e3
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ def upgrade_charm():
This hook is run when the charm is upgraded
'''
load_iptables()
CONFIGS.write_all()
@hooks.hook('stop')