Fix variable syntax
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ writeShellApplication {
|
||||
];
|
||||
text = ''
|
||||
shopt -s globstar
|
||||
find "${PACKER_CONFIG_DIR}" -name '*_linux_amd64' -exec chmod +x '{}' ";"
|
||||
find "''${PACKER_CONFIG_DIR}" -name '*_linux_amd64' -exec chmod +x '{}' ";"
|
||||
packer init sources
|
||||
for vars in distros/**/*.pkrvars.hcl; do
|
||||
packer validate -except=upload "-var-file=''${vars}" sources/
|
||||
|
||||
Reference in New Issue
Block a user