Преглед на файлове

Update 'quietcinsarmy.sh'

Added some extra verbiage to the "processing" message
deadtom преди 1 седмица
родител
ревизия
92bfb9d07f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      quietcinsarmy.sh

+ 1 - 1
quietcinsarmy.sh

@@ -30,7 +30,7 @@ else
 	$FIREWALL -A $BLOCKMODE -j $CHAIN_NAME
 fi
 
-# echo "Processing the bad guys list..."
+# echo "Processing the updated bad guys list. This might take a while..."
 
 # Read each line (IP address) from the file and block it
 while IFS= read -r ip; do