]> gitweb.fluxo.info Git - kvmx.git/commitdiff
String fixes
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Nov 2018 12:53:21 +0000 (09:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Nov 2018 12:53:21 +0000 (09:53 -0300)
kvmx

diff --git a/kvmx b/kvmx
index bfc450613caf0f82109646aee4d87c045b7fce21..85e5c4c35508f82d372b3148a796db64e29b01e4 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -1332,7 +1332,7 @@ function kvmx_destroy {
   #kvmx_stop
 
   if kvmx_running; then
-    echo "$BASENAME: orig $VM is running, cannot destroy."
+    echo "$BASENAME: $VM is running, cannot destroy."
     exit 1
   fi
 
@@ -1347,7 +1347,7 @@ function kvmx_shred {
   #kvmx_stop
 
   if kvmx_running; then
-    echo "$BASENAME: orig $VM is running, cannot shred."
+    echo "$BASENAME: $VM is running, cannot shred."
     exit 1
   fi
 
@@ -1365,7 +1365,7 @@ function kvmx_wipe {
   #kvmx_stop
 
   if kvmx_running; then
-    echo "$BASENAME: orig $VM is running, cannot wipe."
+    echo "$BASENAME: $VM is running, cannot wipe."
     exit 1
   fi
 
@@ -1373,7 +1373,7 @@ function kvmx_wipe {
     wipe -f $image
     rm   -f $image
   else
-    echo "$BASENAME: error wipeing $image: wipe program not available."
+    echo "$BASENAME: error wiping $image: wipe program not available."
     exit 1
   fi
 }