Modified steam sync works

This commit is contained in:
Lx32 2024-04-21 15:23:37 +02:00 committed by GitHub
parent 8bc061f91c
commit c38233aecb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,12 +191,8 @@ 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
python3 /app/libexec/steam-sync/steam-sync.py
fi