Little bit sort for linear logic.

Fix #81
This commit is contained in:
navycat 2021-10-10 23:40:41 +03:00
parent 55e3c9e1a4
commit 5c1393b5d1

View File

@ -666,11 +666,11 @@ function vm_boot() {
# Reference: https://gitlab.gnome.org/GNOME/phodav/-/issues/5
if [ "${guest_os}" != "macos" ] && [ -n "${PUBLIC}" ]; then
WEBDAV=" -chardev spiceport,id=webdav0,name=org.spice-space.webdav.0
-device virtserialport,chardev=webdav0,name=org.spice-space.webdav.0"
if [ "${OUTPUT}" == "none" ]; then
echo -n " --spice-shared-dir ${PUBLIC}"
fi
WEBDAV=" -chardev spiceport,id=webdav0,name=org.spice-space.webdav.0
-device virtserialport,chardev=webdav0,name=org.spice-space.webdav.0"
echo " - WebDAV: On guest: dav://localhost:9843/"
fi
fi