From: Silvio Rhatto Date: Wed, 11 Nov 2015 13:28:51 +0000 (-0200) Subject: Fix status and clip actions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ba9a5f8205ebb28f3a0e3beb0e70a0151253f42c;p=vbox.git Fix status and clip actions --- 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