From 5d35e1d54fe4c0bfa1ece8b7e10b0a875911e7d2 Mon Sep 17 00:00:00 2001 From: Hakase Date: Tue, 2 Apr 2019 17:07:09 +0900 Subject: [PATCH] ocsp shell update --- nginx_ocsp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_ocsp.sh b/nginx_ocsp.sh index 0f18a55..4053179 100755 --- a/nginx_ocsp.sh +++ b/nginx_ocsp.sh @@ -34,7 +34,7 @@ done rm /rmp/ocsp*.tmp > /dev/null 2>&1 -FINALS=`echo ${hosts[@]} | tr " " "\n" | sed -e "s/^*//g" | sed -e "s/*/wildcards/g" | sed "/\\\#/d" | sed "/localhost/d" | sort -u` +FINALS=`echo ${hosts[@]} | tr " " "\n" | sed -e "s/^*//g" | sed -e "s/*/wildcards/g" | sort -u` for conn in $FINALS; do data1=`echo $conn | awk -F: '{print $1}'`