From 39ff14299515fd8ac1b4d8c1ec5c3b9f46061596 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 19 Mar 2024 19:50:02 +0100 Subject: [PATCH] ES-DE: fixed start_retrodeck param --- functions/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/functions.sh b/functions/functions.sh index 0e96a64f..d7a5ae3c 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -830,5 +830,5 @@ start_retrodeck() { easter_eggs # Check if today has a surprise splashscreen and load it if so ponzu log i "Starting RetroDECK v$version" - es-de --home /var/config/ + es-de }