fix bug in start script

master
Cole Deck 4 years ago
parent ebcfa14840
commit 813932361d

@ -20,7 +20,8 @@ while [ "$command" != "stop" ]; do
if jobs | grep looking | grep Running; then if jobs | grep looking | grep Running; then
read command read command
else else
looking-glass-client -d -g egl -a -K 120 -j -m 69 -S & #looking-glass-client -d -g egl -a -K 120 -j -m 69 -S &
echo "try typing stop dumbass"
fi fi
done done
sudo whoami sudo whoami

Loading…
Cancel
Save