mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-18 12:25:38 +00:00
Fixed variables system -fix1
This commit is contained in:
parent
67d7b4d74f
commit
a3ae392226
|
@ -74,9 +74,6 @@ then
|
||||||
echo "themes_folder=$themes_folder" >> $rd_conf
|
echo "themes_folder=$themes_folder" >> $rd_conf
|
||||||
echo "sdcard=$sdcard" >> $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)
|
# If the config file is existing i just read the variables (source it)
|
||||||
else
|
else
|
||||||
echo "Found RetroDECK config file in $rd_conf"
|
echo "Found RetroDECK config file in $rd_conf"
|
||||||
|
|
Loading…
Reference in a new issue