From b5aa72632c3467f4ba4aecaceacf48762d231991 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 22 Jun 2024 19:47:27 +0900 Subject: [PATCH] STEAM_SYNC: removed from this build - part 2 --- retrodeck.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/retrodeck.sh b/retrodeck.sh index 95e8718c..4e3e29a6 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -184,13 +184,4 @@ if [[ $update_check == "true" ]]; then 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