_err "Deploy file not found. Go to https://github.com/acmesh-official/acme.sh/wiki/deployhooks#36-deploying-to-multiple-services-with-the-same-hooks to see how to create one."
_err "Deploy file not found. Go to https://github.com/acmesh-official/acme.sh/wiki/deployhooks#36-deploying-to-multiple-services-with-the-same-hooks to see how to create one."
return1
return1
fi
fi
@ -228,7 +227,7 @@ _deploy_services() {
_debug3 "Deploy file""$_deploy_file"
_debug3 "Deploy file""$_deploy_file"
_tempfile=$(mktemp)
_tempfile=$(mktemp)
trap"rm -f $_tempfile" EXIT
trap'rm -f $_tempfile' EXIT
yq e '.services[].name'"$_deploy_file" >"$_tempfile"
yq e '.services[].name'"$_deploy_file" >"$_tempfile"