Fixed shadow mask file

This commit is contained in:
José Manuel Barroso Galindo
2021-11-27 15:37:05 +01:00
committed by GitHub
parent e85c0f8c02
commit 4cd56dc833

View File

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