]> gitweb.fluxo.info Git - vbox.git/commitdiff
Fix status and clip actions
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 11 Nov 2015 13:28:51 +0000 (11:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 11 Nov 2015 13:28:51 +0000 (11:28 -0200)
vbox

diff --git a/vbox b/vbox
index da5bbedb3cb2466049d0079309c832c264087211..8cbae589aa028ea4a056b27aff9e18ea166955e5 100755 (executable)
--- 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