ocsp shell update

pull/17/head
Hakase 2019-04-02 17:07:09 +09:00
parent 1b2097f40e
commit 5d35e1d54f
No known key found for this signature in database
GPG Key ID: BB2821A9E0DF48C9
1 changed files with 1 additions and 1 deletions

View File

@ -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}'`