瀏覽代碼

Update 'resetfirewall.sh'

Added some extra verbiage to the "processing" message
deadtom 1 周之前
父節點
當前提交
dfb88a09db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resetfirewall.sh

+ 1 - 1
resetfirewall.sh

@@ -31,7 +31,7 @@ if [[ ! -f "$BADGUYS_FILE" ]]; then
     exit 1
 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
 if $FIREWALL -L $CHAIN_NAME -n &> /dev/null; then