fix bug in start script

This commit is contained in:
Cole Deck 2020-09-12 20:39:06 -05:00
parent ebcfa14840
commit 813932361d

3
vmrdp
View File

@ -20,7 +20,8 @@ while [ "$command" != "stop" ]; do
if jobs | grep looking | grep Running; then
read command
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
done
sudo whoami