瀏覽代碼

Update 'cinsarmy.sh'

Added some verbiage to the echo statements
deadtom 1 周之前
父節點
當前提交
f8996bd148
共有 1 個文件被更改,包括 1 次插入1 次删除
  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