소스 검색

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