_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
fi
@ -228,9 +227,9 @@ _deploy_services() {
_debug3 "Deploy file""$_deploy_file"
_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"