Only move the specific repo icon. Do a move not a copy so that it does not get counted as an app.
This commit is contained in:
@@ -118,7 +118,7 @@ RUN cp -v "$REPO"/*.yml "$REPO"/../metadata || \
|
||||
echo "No YML files to copy."
|
||||
|
||||
# Move any downloaded icons to the proper folder.
|
||||
RUN cp -v "$REPO"/*.png "$REPO"/icons/ || \
|
||||
RUN mv -v "$REPO"/"$REPO_ICON" "$REPO"/icons/ || \
|
||||
echo "No PNG files to copy."
|
||||
|
||||
# If the icon variable is set, add it to the config file before updating again.
|
||||
|
||||
Reference in New Issue
Block a user