Fix error message variable when reload cmd returns with an error

This commit is contained in:
Szabolcs Magyar
2025-03-25 19:29:12 +01:00
committed by GitHub
parent be35b55444
commit 8a27c902ff

View File

@@ -5986,7 +5986,7 @@ _installcert() {
); then
_info "$(__green "Reload successful")"
else
_err "Reload error for: $Le_Domain"
_err "Reload error for: $_main_domain"
fi
fi