UPD: escaped variable
This commit is contained in:
parent
d8ef9466d9
commit
d8e7363c57
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user