Merge pull request #158 from icenine451/cooker-fixes

More cooker-fixes
This commit is contained in:
XargonWan 2022-10-07 08:49:20 +02:00 committed by GitHub
commit 59e13a97e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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
fi

View file

@ -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"