mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 00:05:37 +00:00
Update retrodeck.sh with steam syncronization
This commit is contained in:
parent
edfcbe4840
commit
a7bbfd3ae5
|
@ -191,4 +191,12 @@ 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
|
||||||
|
touch /tmp/retrodeck_steam_sync_exit
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue