From a7bbfd3ae56c2ef0ee1e727289d6bf675bfaa7c6 Mon Sep 17 00:00:00 2001 From: Lx32 Date: Sun, 18 Feb 2024 10:47:37 +0100 Subject: [PATCH] Update retrodeck.sh with steam syncronization --- retrodeck.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/retrodeck.sh b/retrodeck.sh index daeb3cc8..d429f215 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -191,4 +191,12 @@ fi # Normal Startup +if [[ $steam_sync == "true" ]]; then + python3 /app/libexec/steam-sync/steam-sync.py & +fi + start_retrodeck + +if [[ $steam_sync == "true" ]]; then + touch /tmp/retrodeck_steam_sync_exit +fi