diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-30 16:26:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-30 16:26:23 -0300 |
commit | b5b32a5de70576b162efaf930b5d7237824e0433 (patch) | |
tree | 5125478fa2e797a877ef0d1152e4c9a00ec710f8 | |
parent | 60cc0d039ca8325cf1b9a7e396ca4e5fc96eedcc (diff) | |
download | kvmx-b5b32a5de70576b162efaf930b5d7237824e0433.tar.gz kvmx-b5b32a5de70576b162efaf930b5d7237824e0433.tar.bz2 |
Fix typo
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -602,7 +602,7 @@ function kvmx_destroy { rm -f $image rm -rf $STATE_DIR - echo "$BASENAME: removed image and state files, but not the whole`dirname $image` folder." + echo "$BASENAME: removed image and state files, but not the whole `dirname $image` folder." } # Shred a guest |