fix typo
This commit is contained in:
4
run.sh
4
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
|
||||
Reference in New Issue
Block a user