aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-11 11:28:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-11 11:28:51 -0200
commitba9a5f8205ebb28f3a0e3beb0e70a0151253f42c (patch)
tree662164797b2711ca45fd5245a13e7c6728fe7e57
parent77fc27ff2a7a982d0086f357aa7345124d2180d0 (diff)
downloadvbox-ba9a5f8205ebb28f3a0e3beb0e70a0151253f42c.tar.gz
vbox-ba9a5f8205ebb28f3a0e3beb0e70a0151253f42c.tar.bz2
Fix status and clip actions
-rwxr-xr-xvbox2
1 files changed, 2 insertions, 0 deletions
diff --git a/vbox b/vbox
index da5bbed..8cbae58 100755
--- a/vbox
+++ b/vbox
@@ -64,8 +64,10 @@ if [ ! -z "$VM" ]; then
fi
elif [ "$COMMAND" == "status" ]; then
vbox_run runningvms list
+ exit
elif [ "$COMMAND" == "clip" ]; then
VBoxClient --clipboard
+ exit
else
usage
fi