Skip to content

Commit

Permalink
Update iptables.sh
Browse files Browse the repository at this point in the history
debug line 147 & 152 ( ~/.alreadyran to epfinstalled )
  • Loading branch information
Arash-Ariaye authored Mar 11, 2024
1 parent 45bc78c commit 1078323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iptables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ else
flush
exit 0
elif [[ $1 == "menu" ]]; then
if ! [ -f ~/.alreadyran ]; then
if ! [ -f epfinstalled ]; then
install_req
fi
menu
else
if ! [ -f ~/.alreadyran ]; then
if ! [ -f epfinstalled ]; then
install_req
fi
modify
Expand Down

0 comments on commit 1078323

Please sign in to comment.