From 7765a8692cd141d2262f377312c09aa84352ce15 Mon Sep 17 00:00:00 2001
From: XargonWan <XargonWan@gmail.com>
Date: Mon, 19 Sep 2022 09:27:22 +0200
Subject: [PATCH] Fixed variables system -fix1

---
 global.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/global.sh b/global.sh
index cf432324..3ed2c545 100755
--- a/global.sh
+++ b/global.sh
@@ -74,9 +74,6 @@ then
   echo "themes_folder=$themes_folder"         >> $rd_conf
   echo "sdcard=$sdcard"                       >> $rd_conf
 
-  # writing the needed variables in the config file
-  conf_write
-
 # If the config file is existing i just read the variables (source it)
 else
   echo "Found RetroDECK config file in $rd_conf"