Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL authored Apr 16, 2023
1 parent f53ced3 commit 3a81a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/tor-router
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a81a3b

Please sign in to comment.