tomishinets.v il y a 6 ans
Parent
commit
98ed3636dd
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      generate.sh
  2. 1 1
      renewal.sh

+ 1 - 1
generate.sh

@@ -5,7 +5,7 @@ branch="100883"
 log_file="/var/log/letsencrypt/letsencrypt.log"
 #git_url="git.sdsys.ru/sdsys/pki.git"
 
-[[ -z ${GIT_REPO} ]] && exit 0
+[[ -z ${GIT_URL} ]] && exit 0
 
 function mail_send {
               echo "${message}"|mail -s "Attention! Certificate status!" \

+ 1 - 1
renewal.sh

@@ -5,7 +5,7 @@ branch="100883"
 log_file="/var/log/letsencrypt/letsencrypt.log"
 #git_url="git.sdsys.ru/sdsys/pki.git"
 
-[[ -z ${GIT_REPO} ]] && exit 0
+[[ -z ${GIT_URL} ]] && exit 0
 
 function mail_send {
               echo "${message}"|mail -s "Attention! Certificate status!" \