mirror of
https://github.com/edu4rdshl/tor-router.git
synced 2026-07-17 23:24:48 +00:00
Style
This commit is contained in:
parent
f53ced3004
commit
3a81a3b48a
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ case "$1" in
|
|||
echo "$RULES does not exist. Not doing anything."
|
||||
exit
|
||||
else
|
||||
echo "Restoring previous rules from $RULES..."
|
||||
echo "Restoring previous rules from $RULES"
|
||||
iptables -t nat -F
|
||||
iptables-restore < $RULES
|
||||
rm $RULES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue