From c803fbdee25efda550cfd25c1b072cfebb1b216a Mon Sep 17 00:00:00 2001 From: Steam Deck User Date: Sat, 23 Jul 2022 19:28:56 +0200 Subject: [PATCH] Fixed retrodeck.cfg path --- global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.sh b/global.sh index c3bcfc1e..280344a8 100755 --- a/global.sh +++ b/global.sh @@ -2,7 +2,7 @@ # 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() { # initializing and reading the retrodeck config file