Explorar o código

Update 'resetfirewall.sh'

Added some extra verbiage to the "processing" message
deadtom hai 1 semana
pai
achega
dfb88a09db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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