Reverted the & symbols

This commit is contained in:
Roy 2023-06-09 19:29:52 -07:00 committed by GitHub
parent 6da7795e15
commit e2db87f888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2523,11 +2523,11 @@ fi
nohup sh -c 'sleep 10; /usr/bin/steam' & nohup sh -c 'sleep 10; /usr/bin/steam' &
# Close all instances of Steam # Close all instances of Steam
killall steam & killall steam
# Wait for the steam process to exit # 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