Merge pull request #6282 from magyarsz/dev

Fix error message variable when reload cmd returns with an error
pull/6287/head
neil 2025-03-29 21:03:22 +01:00 committed by GitHub
commit dc228c3dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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