diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-31 16:56:06 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-31 16:56:06 -0200 |
commit | c02e2aebb9e6ccc3a822627d1745cb5f57249a2d (patch) | |
tree | a12659db18687d627b8715b63cd48ae4aa8f8fd7 | |
parent | 654d21bd283a3741d445912dc083c7a41e53c6ac (diff) | |
download | kvmx-c02e2aebb9e6ccc3a822627d1745cb5f57249a2d.tar.gz kvmx-c02e2aebb9e6ccc3a822627d1745cb5f57249a2d.tar.bz2 |
Updates TODO
-rw-r--r-- | TODO.md | 1 | ||||
-rwxr-xr-x | kvmx-supervise | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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 } |