diff --git a/run.sh b/run.sh index 57827be..b454237 100644 --- a/run.sh +++ b/run.sh @@ -23,9 +23,9 @@ if [ "$APPID" != "null" ] && [ -n "$APPID" ]; then elif pgrep -f steam > /dev/null; then # If not playing on CURRENT DEVICE but DETECTED PLAYING ON ACCOUNT echo "[automate steam] detected playing: $APPID ON OTHER DEVICE. quitting" - steam steam://exit + steam steam://exit & fi else echo "[automate steam] not playing anything on any device, running game..." - steam -cef-disable-gpu steam://rungamid/$STEAM_RUNGAMEID + steam -cef-disable-gpu steam://rungameid/$STEAM_RUNGAMEID & fi \ No newline at end of file