We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789a2b0 commit d7e9194Copy full SHA for d7e9194
bin/v-update-letsencrypt-ssl
@@ -81,6 +81,7 @@ for user in $($HESTIA/bin/v-list-sys-users plain); do
81
82
msg=$($BIN/v-add-letsencrypt-domain $user $domain $aliases)
83
if [ $? -ne 0 ]; then
84
+ echo $msg
85
log_event $E_INVALID "$domain $msg"
86
if [ -z "$fail_counter" ]; then
87
add_object_key "web" 'DOMAIN' "$domain" 'LETSENCRYPT_FAIL_COUNT' 'LETSENCRYPT'
@@ -116,6 +117,7 @@ for user in $($HESTIA/bin/v-list-sys-users plain); do
116
117
((lecounter++))
118
msg=$($BIN/v-add-letsencrypt-domain $user $domain ' ' yes)
119
120
121
122
123
add_object_key "mail" 'DOMAIN' "$domain" 'LETSENCRYPT_FAIL_COUNT' 'LETSENCRYPT'
0 commit comments