Remove explicit save of the deployhook

acme.sh takes care of that
This commit is contained in:
Jacobo de Vera
2025-08-31 20:02:56 +01:00
committed by neil
parent 4f0a4850a6
commit 6b66e734a9

View File

@@ -68,10 +68,6 @@ multideploy_deploy() {
_deploy_services "$file"
_exitCode="$?"
# Save deployhook for renewals
_debug2 "Setting Le_DeployHook"
_savedomainconf "Le_DeployHook" "multideploy"
return "$_exitCode"
}