From 4faddd10b83016237c70e593b0545f981da4aca3 Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 1 Jul 2021 15:41:41 +0000 Subject: [PATCH] Minor typo fixing. --- scripts/scheduler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scheduler.sh b/scripts/scheduler.sh index 93b7ed4..4c13ec2 100755 --- a/scripts/scheduler.sh +++ b/scripts/scheduler.sh @@ -178,7 +178,7 @@ do parent="/"$(echo $dir|cut -d / -f2) - if [[ "${parent}" == "${CERT_DIR}" && "${op}" == "CREATE,CLOSE_WRITE,CLOSE" && "$(file)" == "new_certificate" ]]; then + if [[ "${parent}" == "${CERT_DIR}" && "${op}" == "CREATE,CLOSE_WRITE,CLOSE" && "${file}" == "new_certificate" ]]; then DOMAIN=$(echo $dir|cut -d / -f3); echo "New cert created: '$DOMAIN'"; #check_proxy_state;