Procházet zdrojové kódy

Update 'resetfirewall.sh'

Added some extra verbiage to the "processing" message
deadtom před 1 týdnem
rodič
revize
dfb88a09db
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      resetfirewall.sh

+ 1 - 1
resetfirewall.sh

@@ -31,7 +31,7 @@ if [[ ! -f "$BADGUYS_FILE" ]]; then
     exit 1
     exit 1
 fi
 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
 # Check if the chain exists, and creates it if it's not there
 if $FIREWALL -L $CHAIN_NAME -n &> /dev/null; then
 if $FIREWALL -L $CHAIN_NAME -n &> /dev/null; then