Move the metadata files, not copy, so that they do not get counted as apps.

This commit is contained in:
2026-07-04 11:15:33 -07:00
parent 81b8c1bda4
commit 93da9f875a
+1 -1
View File
@@ -112,7 +112,7 @@ RUN bash -c 'if [[ -n "$FILE19" ]]; then wget -P "$REPO" "$FILE19"; fi'
RUN sync RUN sync
# Move any downloaded metadata files to the correct folder. # Move any downloaded metadata files to the correct folder.
RUN cp -v "$REPO"/*.yml "$REPO"/../metadata || \ RUN mv -v "$REPO"/*.yml "$REPO"/../metadata || \
echo "WARNING! No YML file(s) to copy." && sleep 10 echo "WARNING! No YML file(s) to copy." && sleep 10
# Move any downloaded icons to the proper folder. # Move any downloaded icons to the proper folder.