mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
Update retrodeck.sh with steam syncronization
This commit is contained in:
parent
edfcbe4840
commit
a7bbfd3ae5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue