alter_web_counter LETSENCRYPT_FAIL_COUNT

This commit is contained in:
myvesta 2020-04-29 23:46:01 +02:00 committed by GitHub
parent 14ffd7d2a5
commit d0542fd5e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ for user in $($BIN/v-list-users plain |cut -f 1); do
msg=$($BIN/v-add-letsencrypt-domain $user $domain $aliases)
if [ $? -ne 0 ]; then
echo "$domain $msg"
alter_web_counter "$user" "$domain" 'LETSENCRYPT_FAIL_COUNT'
fi
fi
done