Browse Source

fix error function 30.11.23:08.42

root 1 year ago
parent
commit
33b7a0cbdb
1 changed files with 10 additions and 1 deletions
  1. 10 1
      avto4certbot/avto4certbot.sh

+ 10 - 1
avto4certbot/avto4certbot.sh

@@ -4,7 +4,7 @@
4
 # license: GPL 2.0
4
 # license: GPL 2.0
5
 # create 2022
5
 # create 2022
6
 #
6
 #
7
-version="0.3.5";
7
+version="0.3.7";
8
 sname="avto4certbot";
8
 sname="avto4certbot";
9
 # необходимы для работы: nginx,certbot (и если почтовый сервер то сервисы в restartMail)
9
 # необходимы для работы: nginx,certbot (и если почтовый сервер то сервисы в restartMail)
10
 # create new cert or update
10
 # create new cert or update
@@ -83,6 +83,15 @@ function checkDep() {
83
     done
83
     done
84
 }
84
 }
85
 
85
 
86
+##--@F make all errors
87
+function makeErr() {
88
+for ((rpt_index=0; rpt_index != ${#reports[@]}; rpt_index++))
89
+    do
90
+    echo  "$rdate $sname: ${reports[$rpt_index]}">>$log;
91
+    echo   "${reports[$rpt_index]}";
92
+    done
93
+ exit 0;
94
+}
86
 
95
 
87
 function createCert() {
96
 function createCert() {
88
 #
97
 #