mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
STEAM_SYNC: removed from this build - part 2
This commit is contained in:
parent
3f5b007e91
commit
b5aa72632c
|
@ -184,13 +184,4 @@ if [[ $update_check == "true" ]]; then
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue