Fix RetroDECK continuing to boot without a retrodeck.cfg after a CLI full reset

This commit is contained in:
icenine451 2024-02-23 13:41:42 -05:00
parent e3cf79a46b
commit 813e6b6e9b

View file

@ -79,8 +79,8 @@ https://retrodeck.net
if [[ $response == [yY] ]]; then
rm -f "$lockfile"
rm -f "$rd_conf"
read -p "The process has been completed, press Enter key to start the initial RetroDECK setup process."
shift # Continue launch after previous command is finished
read -p "The process has been completed, press Enter key to exit. Please run RetroDECK again to start the initial setup process."
exit 1
else
read -p "The process has been cancelled, press Enter key to exit."
exit