#kvmx_stop
if kvmx_running; then
- echo "$BASENAME: orig $VM is running, cannot destroy."
+ echo "$BASENAME: $VM is running, cannot destroy."
exit 1
fi
#kvmx_stop
if kvmx_running; then
- echo "$BASENAME: orig $VM is running, cannot shred."
+ echo "$BASENAME: $VM is running, cannot shred."
exit 1
fi
#kvmx_stop
if kvmx_running; then
- echo "$BASENAME: orig $VM is running, cannot wipe."
+ echo "$BASENAME: $VM is running, cannot wipe."
exit 1
fi
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
}