qemush : ne pas détacher la session screen au démarrage pour pouvoir voir ce qu'il s'y passe
This commit is contained in:
parent
3efcb45263
commit
2ef533e1cf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public_start() {
|
|||
local vm_name="$1"
|
||||
shift
|
||||
|
||||
screen -d -m -S "$vm_name" "$vm_name" "$@"
|
||||
screen -S "$vm_name" "$vm_name" "$@"
|
||||
}
|
||||
|
||||
public_watch() {
|
||||
|
|
Loading…
Reference in a new issue