mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 07:22:44 +00:00
simplified deploy method
This commit is contained in:
parent
7949c10934
commit
5189a310e2
@ -260,10 +260,5 @@ _deploy_service() {
|
|||||||
_debug2 "HOOK" "$_hook"
|
_debug2 "HOOK" "$_hook"
|
||||||
|
|
||||||
_info "$(__green "Deploying") to '$_name' using '$_hook'"
|
_info "$(__green "Deploying") to '$_name' using '$_hook'"
|
||||||
if echo "$DOMAIN_PATH" | grep -q "$ECC_SUFFIX"; then
|
_deploy "$_cdomain" "$_hook"
|
||||||
_debug2 "User wants to use ECC."
|
|
||||||
deploy "$_cdomain" "$_hook" "isEcc"
|
|
||||||
else
|
|
||||||
deploy "$_cdomain" "$_hook"
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user