mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 15:12:10 +08:00
Remove explicit save of the deployhook
acme.sh takes care of that
This commit is contained in:
@@ -68,10 +68,6 @@ multideploy_deploy() {
|
|||||||
_deploy_services "$file"
|
_deploy_services "$file"
|
||||||
_exitCode="$?"
|
_exitCode="$?"
|
||||||
|
|
||||||
# Save deployhook for renewals
|
|
||||||
_debug2 "Setting Le_DeployHook"
|
|
||||||
_savedomainconf "Le_DeployHook" "multideploy"
|
|
||||||
|
|
||||||
return "$_exitCode"
|
return "$_exitCode"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user