Browse Source

Remove explicit save of the deployhook

acme.sh takes care of that
pull/6241/head
Jacobo de Vera 2 months ago
committed by tomo
parent
commit
e3345d746f
No known key found for this signature in database GPG Key ID: 6826163BFB606E85
  1. 4
      deploy/multideploy.sh

4
deploy/multideploy.sh

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

Loading…
Cancel
Save