소스 검색

missprint

tomishinets.v 6 년 전
부모
커밋
98ed3636dd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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!" \