mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-26 04:56:34 +01:00
Suppressed the error message when no art was downloaded from IGN
This commit is contained in:
parent
a864ed4d9e
commit
fec20fc5f2
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user