From 9f20c51653c9f45845997d788d2c436917fe4d62 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Mar 2021 23:34:37 +0200 Subject: [PATCH] 3 --- cron-example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-example.sh b/cron-example.sh index faf467d..3731ae1 100755 --- a/cron-example.sh +++ b/cron-example.sh @@ -2,7 +2,7 @@ wget http://f-gogs.ngtech.home/NgTech-Home/tls-bypass-lists/raw/master/010-GeneralTLSInspectionBypass -O /tmp/010-GeneralTLSInspectionBypass -CURRENT_CONTENT=$(clish -c "show application application-name \"GeneralTLSInspectionBypass\""|egrep -v "^(description:|$|application-urls:|Categories:|application-id:|applic +CURRENT_CONTENT=$(clish -c "show application application-name \"GeneralTLSInspectionBypass\""|egrep -v "^(description:|$|application-urls:|Categories:|application-id:|application-name:)" |awk '{print $1}') function add_regex() { echo "$2"|grep -x -F "$1" >/dev/null