Add warning header to the messages and keep it on screen for an extra 5 seconds.

This commit is contained in:
2026-07-04 09:01:16 -07:00
parent 04bb9ceeb7
commit 2ee52ea0e3
+2 -2
View File
@@ -117,11 +117,11 @@ RUN sync
# Move any downloaded metadata files to the correct folder.
RUN cp -v "$REPO"/*.yml "$REPO"/../metadata || \
echo "No YML file(s) to copy." && sleep 5
echo "WARNING! No YML file(s) to copy." && sleep 10
# Move any downloaded icons to the proper folder.
RUN mv -v "$REPO"/*.png "$FDROID"/ || \
echo "No PNG file(s) to copy." && sleep 5
echo "WARNING! No PNG file(s) to copy." && sleep 10
# If the icon variable is set, add it to the config file before updating.
RUN [ ! -z "$REPO_ICON" ] && \