mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-14 21:42:44 +00:00
removed dead code
This commit is contained in:
parent
3551e4a787
commit
59870da3bc
@ -49,12 +49,6 @@ multideploy_deploy() {
|
||||
_debug _cfullchain "$_cfullchain"
|
||||
_debug _cpfx "$_cpfx"
|
||||
|
||||
DOMAIN_DIR=$_cdomain
|
||||
if echo "$DOMAIN_PATH" | grep -q "$ECC_SUFFIX"; then
|
||||
DOMAIN_DIR="$DOMAIN_DIR"_ecc
|
||||
fi
|
||||
_debug2 "DOMAIN_DIR" "$DOMAIN_DIR"
|
||||
|
||||
MULTIDEPLOY_FILENAME="${MULTIDEPLOY_FILENAME:-$(_getdeployconf MULTIDEPLOY_FILENAME)}"
|
||||
if [ -z "$MULTIDEPLOY_FILENAME" ]; then
|
||||
MULTIDEPLOY_FILENAME="multideploy.yml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user