Skip to content

Commit

Permalink
Quote to prevent command substitution expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jul 10, 2024
1 parent 2787df2 commit 5f1864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/build-vm-image/0.1/build-vm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ spec:
REMOTESSHEOF
# script-push.sh script is intended run _inside_ podman on the ssh host and requires sudo
cat >scripts/script-push.sh <<REMOTESSHEOF
cat >scripts/script-push.sh <<"REMOTESSHEOF"
#!/bin/bash
set -ex
dnf -y install buildah pigz jq
Expand Down

0 comments on commit 5f1864a

Please sign in to comment.