mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# stoping iptable
|
|
sudo service iptables-persistent flush
|
|
|
|
source ~/.bashrc
|