From 3fac7c494762767effeb8561140f3fbbf8ea3827 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Fri, 29 Oct 2021 19:04:31 +1300 Subject: [PATCH] Refactor vnc_startup.sh --- builder/startup/vnc_startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/startup/vnc_startup.sh b/builder/startup/vnc_startup.sh index d869f67..cd83092 100755 --- a/builder/startup/vnc_startup.sh +++ b/builder/startup/vnc_startup.sh @@ -83,7 +83,7 @@ vncserver -kill $DISPLAY &> $HOME/.vnc/vnc_startup.log \ detect_www_dir detect_cert_location -[ -n "$KASMVNC_VERBOSE_LOGGING" ] && verbose_logging_option="-log *:stderr:100" +[ -n "$KASMVNC_VERBOSE_LOGGING" ] && verbose_logging_option="-debug" echo -e "start vncserver with param: VNC_COL_DEPTH=$VNC_COL_DEPTH, VNC_RESOLUTION=$VNC_RESOLUTION\n..." vncserver $DISPLAY -select-de xfce -depth $VNC_COL_DEPTH -geometry $VNC_RESOLUTION -FrameRate=$MAX_FRAME_RATE -websocketPort $VNC_PORT $cert_option -sslOnly -interface 0.0.0.0 $VNCOPTIONS $package_www_dir_option $verbose_logging_option #&> $STARTUPDIR/no_vnc_startup.log