mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
Reverted the & symbols
This commit is contained in:
parent
6da7795e15
commit
e2db87f888
@ -2523,11 +2523,11 @@ fi
|
||||
nohup sh -c 'sleep 10; /usr/bin/steam' &
|
||||
|
||||
# Close all instances of Steam
|
||||
killall steam &
|
||||
killall steam
|
||||
|
||||
|
||||
# Wait for the steam process to exit
|
||||
while pgrep steam > /dev/null; do sleep 1; done &
|
||||
while pgrep steam > /dev/null; do sleep 1; done
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user