mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Add logs folder variable
This commit is contained in:
parent
4b1363cc87
commit
01989a187d
|
@ -82,6 +82,7 @@ then
|
||||||
bios_folder="$rdhome/bios" # the default bios folder
|
bios_folder="$rdhome/bios" # the default bios folder
|
||||||
media_folder="$rdhome/downloaded_media" # the media folder, where all the scraped data is downloaded into
|
media_folder="$rdhome/downloaded_media" # the media folder, where all the scraped data is downloaded into
|
||||||
themes_folder="$rdhome/themes" # the themes folder
|
themes_folder="$rdhome/themes" # the themes folder
|
||||||
|
logs_folder="$rdhome/.logs" # the logs folder
|
||||||
sdcard="$default_sd" # Steam Deck SD default path
|
sdcard="$default_sd" # Steam Deck SD default path
|
||||||
|
|
||||||
# Writing the variables for the first time
|
# Writing the variables for the first time
|
||||||
|
@ -94,6 +95,7 @@ then
|
||||||
echo "bios_folder=$bios_folder" >> $rd_conf
|
echo "bios_folder=$bios_folder" >> $rd_conf
|
||||||
echo "media_folder=$media_folder" >> $rd_conf
|
echo "media_folder=$media_folder" >> $rd_conf
|
||||||
echo "themes_folder=$themes_folder" >> $rd_conf
|
echo "themes_folder=$themes_folder" >> $rd_conf
|
||||||
|
echo "logs_folder=$logs_folder" >> $rd_conf
|
||||||
echo "sdcard=$sdcard" >> $rd_conf
|
echo "sdcard=$sdcard" >> $rd_conf
|
||||||
|
|
||||||
echo "Setting config file permissions"
|
echo "Setting config file permissions"
|
||||||
|
|
Loading…
Reference in a new issue