[firewall4] Changement de path vers le script de génération

This commit is contained in:
Valentin Samir 2013-11-10 16:47:55 +01:00
parent 2509592a87
commit 0ccdde8eb6
2 changed files with 2 additions and 2 deletions

View file

@ -13,4 +13,4 @@ header("Régénération du pare-feu")
min=random.randint(0,59)
print "# Regénération des règles MAC-IP du firewall"
print "%s 1 * * * root /usr/scripts/gestion/gen_confs/firewall4.py test_mac_ip > /dev/null" % min
print "%s 1 * * * root /usr/scripts/gestion/gen_confs/firewall4/firewall4.py test_mac_ip > /dev/null" % min