fix bug in start script
This commit is contained in:
parent
ebcfa14840
commit
813932361d
3
vmrdp
3
vmrdp
@ -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…
x
Reference in New Issue
Block a user