mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Fix RetroDECK continuing to boot without a retrodeck.cfg after a CLI full reset
This commit is contained in:
parent
e3cf79a46b
commit
813e6b6e9b
|
@ -79,8 +79,8 @@ https://retrodeck.net
|
||||||
if [[ $response == [yY] ]]; then
|
if [[ $response == [yY] ]]; then
|
||||||
rm -f "$lockfile"
|
rm -f "$lockfile"
|
||||||
rm -f "$rd_conf"
|
rm -f "$rd_conf"
|
||||||
read -p "The process has been completed, press Enter key to start the initial RetroDECK setup process."
|
read -p "The process has been completed, press Enter key to exit. Please run RetroDECK again to start the initial setup process."
|
||||||
shift # Continue launch after previous command is finished
|
exit 1
|
||||||
else
|
else
|
||||||
read -p "The process has been cancelled, press Enter key to exit."
|
read -p "The process has been cancelled, press Enter key to exit."
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in a new issue