aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md1
-rwxr-xr-xkvmx-supervise1
2 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 78ad28d..f2f6e42 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,6 @@
# TODO
+* Additional way to handle missing image on `kvmx up` by spawning`kvmx_install` instead of `kvmx-create`.
* Add `kvmx-supervise` to control VMs from all users in the system.
* Fix isolinux support:
* http://www.syslinux.org/wiki/index.php?title=Development/Testing
diff --git a/kvmx-supervise b/kvmx-supervise
index cf25e48..4cce269 100755
--- a/kvmx-supervise
+++ b/kvmx-supervise
@@ -88,7 +88,6 @@ function kvmx_supervise_call {
# Dispatch
if [ "$supervise_manage" == "1" ]; then
-
su $user -s /bin/bash -c "kvmx ${params[0]} $vm ${params[@]:1}"
fi
}