WRAPPER: bugfix

This commit is contained in:
XargonWan 2022-09-16 09:11:41 +02:00 committed by GitHub
parent b6cfa4615b
commit 4226150d3f

View file

@ -371,11 +371,10 @@ finit() {
--title "RetroDECK" --cancel-label="Cancel" \
--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."
browse
browse # Calling the browse function
else
roms_folder="$sdcard/retrodeck/roms"
echo "ROMs folder = $roms_folder"
exit 0
fi
;;