mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Properly stop iptables.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# stoping iptable
|
# stoping iptable
|
||||||
sudo service iptables-persistent stop
|
sudo service iptables-persistent flush
|
||||||
|
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
@@ -128,7 +128,7 @@ sudo service php5-fpm restart
|
|||||||
sudo service nginx restart
|
sudo service nginx restart
|
||||||
|
|
||||||
# stoping iptable
|
# stoping iptable
|
||||||
sudo service iptables-persistent stop
|
sudo service iptables-persistent flush
|
||||||
|
|
||||||
# reload bash
|
# reload bash
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
Reference in New Issue
Block a user