Explorar o código

Update 'cinsarmy.sh'

Added some verbiage to the echo statements
deadtom hai 1 semana
pai
achega
f8996bd148
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cinsarmy.sh

+ 1 - 1
cinsarmy.sh

@@ -28,7 +28,7 @@ else
     $FIREWALL -A FORWARD -j $CHAIN_NAME
 fi
 
-echo "Processing the updated 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