summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@cs.stonybrook.edu>2012-04-14 00:46:35 -0400
committerRichard Yao <ryao@cs.stonybrook.edu>2012-04-14 00:46:35 -0400
commitaa49399a69f165abd2ada35b37f5945aeec22689 (patch)
tree71fda19c32021d77e7c46459db0d93585448eb86 /qtap-manipulate
parentMany small changes (diff)
downloadkvm-tools-aa49399a69f165abd2ada35b37f5945aeec22689.tar.gz
kvm-tools-aa49399a69f165abd2ada35b37f5945aeec22689.tar.bz2
kvm-tools-aa49399a69f165abd2ada35b37f5945aeec22689.zip
Minor fixes for residual issues
Diffstat (limited to 'qtap-manipulate')
-rwxr-xr-xqtap-manipulate2
1 files changed, 1 insertions, 1 deletions
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