Skip to content

Commit 3a81a3b

Browse files
authored
Style
1 parent f53ced3 commit 3a81a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/tor-router

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ case "$1" in
6363
echo "$RULES does not exist. Not doing anything."
6464
exit
6565
else
66-
echo "Restoring previous rules from $RULES..."
66+
echo "Restoring previous rules from $RULES"
6767
iptables -t nat -F
6868
iptables-restore < $RULES
6969
rm $RULES

0 commit comments

Comments
 (0)