Update update_distribution.sh

This commit is contained in:
José Manuel Barroso Galindo
2021-11-27 16:10:26 +01:00
committed by GitHub
parent 104db9496a
commit 1172cdf556

View File

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