diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-11 15:49:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-11 15:49:56 -0300 |
commit | 6056a2718f92e9fa54807451ff7f553ad08aff20 (patch) | |
tree | 92f364c024cce3d7a12b42d43192cbe95bf35f1c | |
parent | a786c92524773c33c514db20ae0f2d91d4d0f5cf (diff) | |
download | kvmx-6056a2718f92e9fa54807451ff7f553ad08aff20.tar.gz kvmx-6056a2718f92e9fa54807451ff7f553ad08aff20.tar.bz2 |
Console: use script hack comment
-rwxr-xr-x | kvmx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1665,6 +1665,7 @@ function kvmx_console { exit 1 fi + # Script hack, useful for servers when using su before attaching to a console # See https://serverfault.com/questions/116775/sudo-as-different-user-and-running-screen #script /dev/null #screen -x kvmx-$VM |