Kaynağa Gözat

modify if else fi

tomishinets.v 5 yıl önce
ebeveyn
işleme
d0fde5b79d
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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 ${CERT_SUBDIR} ]] && exit 1
+if [[ -z ${CERT_SUBDIR} ]];then echo "variable CERT_SUBDIR doesn't set"; exit 1;fi
 
 function git_config {
               cd /${git_dir}

+ 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 ${CERT_SUBDIR} ]] && exit 1
+if [[ -z ${CERT_SUBDIR} ]];then echo "variable CERT_SUBDIR doesn't set"; exit 1;fi
 
 function mail_send {
               echo "${message}"|mail -s "Attention! Certificate status!" \