aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx7
1 files changed, 7 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index d15ca22..8af9a57 100755
--- a/kvmx
+++ b/kvmx
@@ -410,6 +410,13 @@ function kvmx_status {
fi
}
+# Print guest log
+function kvmx_log {
+ if [ -e "$LOGFILE" ]; then
+ cat $LOGFILE
+ fi
+}
+
# Dispatch
if type kvmx_$ACTION 2> /dev/null | grep -q 'function'; then
kvmx_initialize