STEAM_SYNC: removed from this build - part 2

This commit is contained in:
XargonWan 2024-06-22 19:47:27 +09:00
parent 3f5b007e91
commit b5aa72632c

View file

@ -184,13 +184,4 @@ if [[ $update_check == "true" ]]; then
fi fi
# Normal Startup # Normal Startup
if [[ $steam_sync == "true" ]]; then
python3 /app/libexec/steam-sync/steam-sync.py &
fi
start_retrodeck start_retrodeck
if [[ $steam_sync == "true" ]]; then
touch /tmp/retrodeck_steam_sync_exit
fi