Suppressed the error message when no art was downloaded from IGN

This commit is contained in:
CosmicScale 2025-01-28 22:03:04 +00:00
parent a864ed4d9e
commit fec20fc5f2

View File

@ -536,7 +536,7 @@ else
echo "No files to process in ${input_dir}" | tee -a "${LOG_FILE}"
fi
cp ${ARTWORK_DIR}/tmp/* ${ARTWORK_DIR}
cp ${ARTWORK_DIR}/tmp/* ${ARTWORK_DIR} >> "${LOG_FILE}" 2>&1
echo | tee -a "${LOG_FILE}"
echo "Creating game assets..." | tee -a "${LOG_FILE}"