mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-05-18 11:53:56 +08:00
Don't mark restart http as failed if json returns false because it was not restarted (#6906)
This commit is contained in:
committed by
GitHub
parent
0894955895
commit
f3e61a8ef4
@@ -387,7 +387,7 @@ synology_dsm_deploy() {
|
||||
if echo "$response" | grep '"restart_httpd":true' >/dev/null; then
|
||||
_info "Restart HTTP services succeeded."
|
||||
else
|
||||
_info "Restart HTTP services failed."
|
||||
_info "Restart HTTP services not necessary."
|
||||
fi
|
||||
_temp_admin_cleanup "$SYNO_USE_TEMP_ADMIN" "$SYNO_USERNAME"
|
||||
_logout
|
||||
|
||||
Reference in New Issue
Block a user