From aa49399a69f165abd2ada35b37f5945aeec22689 Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Sat, 14 Apr 2012 00:46:35 -0400 Subject: Minor fixes for residual issues --- qtap-manipulate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtap-manipulate') diff --git a/qtap-manipulate b/qtap-manipulate index b75c5ef..0c92633 100755 --- a/qtap-manipulate +++ b/qtap-manipulate @@ -1,7 +1,7 @@ #!/bin/sh [ -z "$1" ] || ( [ "$1" != "create" ] && [ -z "$2" ] ) && { echo "invalid usage, require create [device] || |destroy device"; exit 1; } -#KVM_USER="kvm-envs" +KVM_USER=${KVM_USER:-"root"} has() { local desired=$1 x -- cgit v1.2.3-65-gdbad