Browse Source

Debugging for vncauth

bryan 2 years ago
parent
commit
4f02bf36c7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      installJRMC

+ 2 - 1
installJRMC

@@ -878,7 +878,6 @@ setVNCPass() {
             return 1
         fi
     else
-        debug "HERE!"
         declare -g NOVNCAUTH=1
     fi
 }
@@ -1016,6 +1015,8 @@ service_jriver-xvnc() {
 
     setVNCPass xvnc
 
+    debug "NOVNCAUTH: $NOVNCAUTH"
+
     if (( NOVNCAUTH )); then
         start_cmd="/usr/bin/vncserver $NEXT_DISPLAY -geometry 1440x900 -alwaysshared -name jriver$NEXT_DISPLAY -SecurityTypes None -autokill -xstartup /usr/bin/mediacenter$MVERSION"
     else