mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-03 19:52:10 +08:00
Quote paths to prevent word splitting
This commit is contained in:
@@ -244,8 +244,8 @@ _deploy_services() {
|
||||
_tempfile=$(mktemp)
|
||||
trap "rm -f $_tempfile" EXIT
|
||||
|
||||
yq e '.services[].name' "$_deploy_file" > $_tempfile
|
||||
_debug3 "Services" "$(cat $_tempfile)"
|
||||
yq e '.services[].name' "$_deploy_file" > "$_tempfile"
|
||||
_debug3 "Services" "$(cat "$_tempfile")"
|
||||
|
||||
_failedServices=""
|
||||
_failedCount=0
|
||||
|
||||
Reference in New Issue
Block a user