diff --git a/bin/qemush b/bin/qemush index 21f140e..d059cbd 100755 --- a/bin/qemush +++ b/bin/qemush @@ -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() {