Browse Source

Update 'resetfirewall.sh'

Added some extra verbiage to the "processing" message
deadtom 1 week ago
parent
commit
dfb88a09db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resetfirewall.sh

+ 1 - 1
resetfirewall.sh

@@ -31,7 +31,7 @@ if [[ ! -f "$BADGUYS_FILE" ]]; then
     exit 1
 fi
 
-echo "Processing the list..."
+echo "Processing the updated bad guys list. This might take a while..."
 
 # Check if the chain exists, and creates it if it's not there
 if $FIREWALL -L $CHAIN_NAME -n &> /dev/null; then