Fix variable syntax

This commit is contained in:
Greg Hellings
2024-07-13 03:16:34 -05:00
parent 4dd414cc09
commit 23746f0660
+1 -1
View File
@@ -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/