mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Properly stop iptables.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# stoping iptable
|
||||
sudo service iptables-persistent stop
|
||||
sudo service iptables-persistent flush
|
||||
|
||||
source ~/.bashrc
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user