Update retrodeck.sh with steam syncronization

This commit is contained in:
Lx32 2024-02-18 10:47:37 +01:00 committed by GitHub
parent edfcbe4840
commit a7bbfd3ae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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