Properly stop iptables.

This commit is contained in:
Benoît Burnichon
2015-06-05 12:39:03 +02:00
parent 7be5e332db
commit 1bb6e78868
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# stoping iptable
sudo service iptables-persistent stop
sudo service iptables-persistent flush
source ~/.bashrc

View File

@@ -128,7 +128,7 @@ sudo service php5-fpm restart
sudo service nginx restart
# stoping iptable
sudo service iptables-persistent stop
sudo service iptables-persistent flush
# reload bash
source ~/.bashrc