From 26580c797c8014c1269847c87ff2405712029387 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 15 Feb 2024 15:45:57 +0100 Subject: [PATCH] FINIT: fixed a bug where retrodeck.cfg was not created --- functions/functions.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/functions.sh b/functions/functions.sh index 98768855..70627152 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -368,6 +368,9 @@ finit() { echo "Executing finit" + # Placing the default retrodeck.cfg + cp -vf $rd_defaults $rd_conf + # Internal or SD Card? local finit_dest_choice=$(configurator_destination_choice_dialog "RetroDECK data" "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 RetroDECK data folder to be located?\n\nThis folder will contain all ROMs, BIOSs and scraped data." ) echo "Choice is $finit_dest_choice"