removed dead code

This commit is contained in:
tomo 2025-05-31 19:21:10 +02:00
parent 3551e4a787
commit 59870da3bc
No known key found for this signature in database
GPG Key ID: 5FB8BCB7CE54EE44

View File

@ -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"