mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-10 10:17:51 +01:00
Removed check that would casuse script to fail if no PS1 games were present to install
This commit is contained in:
parent
16023d922c
commit
18098dbafb
@ -441,21 +441,9 @@ echo | tee -a "${LOG_FILE}"
|
|||||||
|
|
||||||
echo "Creating PS1 games list..." | tee -a "${LOG_FILE}"
|
echo "Creating PS1 games list..." | tee -a "${LOG_FILE}"
|
||||||
python3 "${HELPER_DIR}/list-builder-ps1.py" "${GAMES_PATH}" "${PS1_LIST}" | tee -a "${LOG_FILE}"
|
python3 "${HELPER_DIR}/list-builder-ps1.py" "${GAMES_PATH}" "${PS1_LIST}" | tee -a "${LOG_FILE}"
|
||||||
if [ "${PIPESTATUS[0]}" -ne 0 ]; then
|
|
||||||
echo "Error: Failed to create PS1 games list." | tee -a "${LOG_FILE}"
|
|
||||||
read -n 1 -s -r -p "Press any key to exit..."
|
|
||||||
echo
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Creating PS2 games list..." | tee -a "${LOG_FILE}"
|
echo "Creating PS2 games list..." | tee -a "${LOG_FILE}"
|
||||||
python3 "${HELPER_DIR}/list-builder-ps2.py" "${GAMES_PATH}" "${PS2_LIST}" | tee -a "${LOG_FILE}"
|
python3 "${HELPER_DIR}/list-builder-ps2.py" "${GAMES_PATH}" "${PS2_LIST}" | tee -a "${LOG_FILE}"
|
||||||
if [ "${PIPESTATUS[0]}" -ne 0 ]; then
|
|
||||||
echo "Error: Failed to create PS2 games list." | tee -a "${LOG_FILE}"
|
|
||||||
read -n 1 -s -r -p "Press any key to exit..."
|
|
||||||
echo
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Deactivate the virtual environment
|
# Deactivate the virtual environment
|
||||||
deactivate
|
deactivate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user