diff --git a/global.sh b/global.sh index e1fe4d99..90a23ba6 100755 --- a/global.sh +++ b/global.sh @@ -67,7 +67,8 @@ conf_write() { # If there is no config file I initalize the file with the the default values if [ ! -f "$rd_conf" ] then - + + mkdir -p /var/config/retrodeck echo "RetroDECK config file not found in $rd_conf" echo "Initializing" @@ -102,4 +103,4 @@ else echo "Found RetroDECK config file in $rd_conf" echo "Loading it" source "$rd_conf" -fi \ No newline at end of file +fi diff --git a/retrodeck.sh b/retrodeck.sh index 4091758c..747e59d4 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -474,7 +474,6 @@ finit() { --ok-label "Cancel" \ --extra-button "Internal" \ --extra-button "SD Card" \ - # --extra-button "Advanced" --text="Welcome to the first configuration of RetroDECK.\nThe setup will be quick but please READ CAREFULLY each message in order to avoid misconfigurations.\n\nWhere do you want your roms folder to be located?" ) echo "Choice is $choice"