mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
WRAPPER: bugfix
This commit is contained in:
parent
b6cfa4615b
commit
4226150d3f
|
@ -371,11 +371,10 @@ finit() {
|
||||||
--title "RetroDECK" --cancel-label="Cancel" \
|
--title "RetroDECK" --cancel-label="Cancel" \
|
||||||
--ok-label "Browse" \
|
--ok-label "Browse" \
|
||||||
--text="SD Card was not find in the default location.\nPlease choose the SD Card root.\nA retrodeck/roms folder will be created starting from the directory that you selected."
|
--text="SD Card was not find in the default location.\nPlease choose the SD Card root.\nA retrodeck/roms folder will be created starting from the directory that you selected."
|
||||||
browse
|
browse # Calling the browse function
|
||||||
else
|
else
|
||||||
roms_folder="$sdcard/retrodeck/roms"
|
roms_folder="$sdcard/retrodeck/roms"
|
||||||
echo "ROMs folder = $roms_folder"
|
echo "ROMs folder = $roms_folder"
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue