Add warning header to the messages and keep it on screen for an extra 5 seconds.
This commit is contained in:
@@ -117,11 +117,11 @@ 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 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.
|
# Move any downloaded icons to the proper folder.
|
||||||
RUN mv -v "$REPO"/*.png "$FDROID"/ || \
|
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.
|
# If the icon variable is set, add it to the config file before updating.
|
||||||
RUN [ ! -z "$REPO_ICON" ] && \
|
RUN [ ! -z "$REPO_ICON" ] && \
|
||||||
|
|||||||
Reference in New Issue
Block a user