mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 07:15:37 +00:00
Fixed retrodeck.cfg path
This commit is contained in:
parent
e23e591bda
commit
c803fbdee2
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# This file is containing some global function needed for the script such as the config file tools
|
# This file is containing some global function needed for the script such as the config file tools
|
||||||
|
|
||||||
rd_conf="/var/config/retrodeck/retrodeck.cfg"
|
rd_conf="/app/retrodeck/retrodeck.cfg"
|
||||||
|
|
||||||
conf_init() {
|
conf_init() {
|
||||||
# initializing and reading the retrodeck config file
|
# initializing and reading the retrodeck config file
|
||||||
|
|
Loading…
Reference in a new issue