diff options
-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 |