aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-05-12 14:17:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-05-12 14:17:41 -0300
commitcb5a07bbb7f234449311175186a85faec0d1f4bc (patch)
tree98e5c234690435b3644fcee454e22c826b7c29a8
parentfdb4857ccb53574c8f3a4489efdbc96560e4522b (diff)
downloadkvmx-cb5a07bbb7f234449311175186a85faec0d1f4bc.tar.gz
kvmx-cb5a07bbb7f234449311175186a85faec0d1f4bc.tar.bz2
Cleanup
-rwxr-xr-xkvmx1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 30a0f1d..bd01d21 100755
--- a/kvmx
+++ b/kvmx
@@ -279,7 +279,6 @@ function kvmx_up {
cp $baseimage $image
fi
- echo $basekey
if [ -e "$basekey" ]; then
imagekey="`dirname $image`/ssh/`basename $image .img`.key"
mkdir -p "`dirname $image`/ssh"