diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-05-12 14:17:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-05-12 14:17:41 -0300 |
commit | cb5a07bbb7f234449311175186a85faec0d1f4bc (patch) | |
tree | 98e5c234690435b3644fcee454e22c826b7c29a8 | |
parent | fdb4857ccb53574c8f3a4489efdbc96560e4522b (diff) | |
download | kvmx-cb5a07bbb7f234449311175186a85faec0d1f4bc.tar.gz kvmx-cb5a07bbb7f234449311175186a85faec0d1f4bc.tar.bz2 |
Cleanup
-rwxr-xr-x | kvmx | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |