mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
Modified steam sync works
This commit is contained in:
parent
8bc061f91c
commit
c38233aecb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue