Add way to restart looking glass, update XML

This commit is contained in:
2020-07-30 17:58:11 -05:00
parent 7f09610aa6
commit 43705a276a
2 changed files with 6 additions and 4 deletions

6
vm
View File

@ -15,7 +15,11 @@ echo "Starting Looking Glass"
#looking-glass-client -s no -d yes -g egl -a -M no egl:vsync yes &
looking-glass-client -s -d -g egl -a -M -K 120 &
while [ "$command" != "stop" ]; do
read command
if jobs | grep looking | grep Running; then
read command
else
looking-glass-client -s -d -g egl -a -M -K 120 &
fi
done
sudo whoami
echo "Stopping VM..."