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:
Hippolyte Chauvin 2023-11-11 22:13:29 +01:00
parent 3efcb45263
commit 2ef533e1cf

View file

@ -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() {