diff options
| -rwxr-xr-x | bin/vm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,7 +202,7 @@ start_vm() ( >>vftool.log 2>&1 & sleep 1 echo "$!" >vftool.pid - screen -S "${PWD##*/}" -d -m "$(vftool_tty)" + screen -L -S "${PWD##*/}" -d -m "$(vftool_tty)" wait ) |
