From 813e6b6e9bedcb68bad6f60b5095694b0e17958d Mon Sep 17 00:00:00 2001 From: icenine451 Date: Fri, 23 Feb 2024 13:41:42 -0500 Subject: [PATCH] Fix RetroDECK continuing to boot without a retrodeck.cfg after a CLI full reset --- retrodeck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retrodeck.sh b/retrodeck.sh index 1758eee8..f80c0ea5 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -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