Update update_distribution.sh

This commit is contained in:
José Manuel Barroso Galindo
2021-11-27 15:58:30 +01:00
committed by GitHub
parent 0b785c4e4b
commit 104db9496a

View File

@@ -422,7 +422,7 @@ install_shadow_masks() {
echo "Installing Shadow Masks ${4}"
for file in $(find "${TMP_FOLDER}" -iname '*.txt' -print) ; do
for file in $(ls "${TMP_FOLDER}") ; do
copy_file "${file}" "${TARGET_DIR}/Shadow_Masks/${file}"
done
}