Update base/app/init.d/10-novnc.sh

This commit is contained in:
myve 2024-07-19 23:25:06 +00:00
commit b3b0e75b9e

View file

@ -31,5 +31,5 @@ fi
# Start NoVNC
novnc_server \
--vnc ${MYVNC_VNCSERVER_HOST:-localhost}:${MYVNC_VNCSERVER_PORT:-5900} \
--vnc ${MYVNC_VNCLISTEN_HOST:-localhost}:${MYVNC_VNCLISTEN_PORT:-5900} \
--file-only &