UPD: escaped variable

This commit is contained in:
xpk 2022-04-08 15:19:30 +08:00
parent d8ef9466d9
commit d8e7363c57
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -23,7 +23,7 @@ EOF
cat <<EOF > dyn-inventory.sh cat <<EOF > dyn-inventory.sh
#!/bin/bash #!/bin/bash
ht6 --core-account $COREACCOUNT --quiet ansible ht6 --core-account \$COREACCOUNT --quiet ansible
EOF EOF
chmod 755 dyn-inventory.sh chmod 755 dyn-inventory.sh