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
No known key found for this signature in database
GPG Key ID: 6826163BFB606E85
1 changed files with
0 additions and
4 deletions
-
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" |
|
|
|
} |
|
|
|
|
|
|
|