From 382b63bc92cb1670f0e4d9bceb4b0d92c7576ac6 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Mon, 5 Aug 2024 06:42:36 -0400 Subject: [PATCH] Changes to retrodeck.cfg variables were being lost in Zenity subshell --- functions/post_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/post_update.sh b/functions/post_update.sh index cab2cd80..9650e388 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -404,7 +404,6 @@ if [[ $(check_version_is_older_than "0.8.4b") == "true" ]]; then # In version 0.8.4b, the following changes were made: # - Recovery from a failed move of the themes, downloaded_media and gamelists folder to their new ES-DE locations (AGAIN) - log d "Injecting the new retrodeck/ES-DE subdir into the retrodeck.cfg" sed -i -e '/media_folder=/s|retrodeck/|retrodeck/ES-DE/|g' -e '/themes_folder=/s|retrodeck/|retrodeck/ES-DE/|g' "$rd_conf" && log d "Injection successful" log d "$(cat "$rd_conf" | grep media_folder)" @@ -488,6 +487,7 @@ fi --width=400 --height=200 \ --text="RetroDECK is finishing up the upgrading process, please be patient.\n\nNOTICE - If the process is taking too long:\n\nSome windows might be running in the background that could require your attention: pop-ups from emulators or the upgrade itself that needs user input to continue.\n\n" + conf_read version=$hard_version conf_write