From 2dbd536f24fe00869ad97727a0f3c63c8be38c98 Mon Sep 17 00:00:00 2001
From: XargonWan <XargonWan@gmail.com>
Date: Mon, 19 Sep 2022 09:20:35 +0200
Subject: [PATCH] Fixed variables creation

---
 global.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/global.sh b/global.sh
index ccdfa559..67182e05 100755
--- a/global.sh
+++ b/global.sh
@@ -61,8 +61,8 @@ then
   version="$hard_version"                                    # if we are here means that the we are in a new installation, so the version is valorized with the hardcoded one
   rdhome="$HOME/retrodeck"                                   # the retrodeck home, aka ~/retrodeck
   roms_folder="$rdhome/roms"                                 # the default roms folder path
-  media_folder="$HOME/retrodeck/downloaded_media"            # the media folder, where all the scraped data is downloaded into
-  themes_folder="$HOME/retrodeck/themes"                     # the themes folder
+  media_folder="$rdhome/retrodeck/downloaded_media"            # the media folder, where all the scraped data is downloaded into
+  themes_folder="$rdhome/retrodeck/themes"                     # the themes folder
   sdcard="$default_sd"                                       # Steam Deck SD default path
 
   # writing the needed variables in the config file