mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 17:15:41 +00:00
Modified steam sync works
This commit is contained in:
parent
8bc061f91c
commit
c38233aecb
|
@ -191,12 +191,8 @@ 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
|
if [[ $steam_sync == "true" ]]; then
|
||||||
touch /tmp/retrodeck_steam_sync_exit
|
python3 /app/libexec/steam-sync/steam-sync.py
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue