This commit is contained in:
Eduard Tolosa 2023-04-16 00:16:44 +00:00 committed by GitHub
parent f53ced3004
commit 3a81a3b48a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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