Guard running of the find command
This commit is contained in:
@@ -12,7 +12,9 @@ writeShellApplication {
|
||||
];
|
||||
text = ''
|
||||
shopt -s globstar
|
||||
if [ -e "''${PACKER_CONFIG_DIR}" ]; then
|
||||
find "''${PACKER_CONFIG_DIR}" -name '*_linux_amd64' -exec chmod +x '{}' ";"
|
||||
fi
|
||||
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