From 1d685ad6dd878f797c5d17ba967faef0569754b3 Mon Sep 17 00:00:00 2001 From: nomi-nonsz Date: Wed, 11 Feb 2026 07:25:08 +0000 Subject: [PATCH] fix typo --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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