From fec20fc5f2c10423962baad191499f4c2ef2e992 Mon Sep 17 00:00:00 2001 From: CosmicScale Date: Tue, 28 Jan 2025 22:03:04 +0000 Subject: [PATCH] Suppressed the error message when no art was downloaded from IGN --- 03-Game-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Game-Installer.sh b/03-Game-Installer.sh index a85d2a5..bc7200f 100755 --- a/03-Game-Installer.sh +++ b/03-Game-Installer.sh @@ -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}"