From: Silvio Rhatto Date: Thu, 29 Dec 2016 13:13:16 +0000 (-0200) Subject: Fixes kvmx usage X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7918fa89739b9d43407a325ba263747381d7595f;p=vbox.git Fixes kvmx usage --- diff --git a/kvmx b/kvmx index ad1dbd1..ad17336 100755 --- a/kvmx +++ b/kvmx @@ -13,7 +13,7 @@ VM="$2" # Check if [ -z "$VM" ]; then - echo "usage: $BASENAME " + echo "usage: $BASENAME " exit 1 elif [ ! -e "$STORAGE/$VM.img" ]; then echo "file not found: $STORAGE/$VM.img"