Explorar el Código

Switch back to user service

bryan hace 2 años
padre
commit
61a53c79dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1386,8 +1386,8 @@ service_jriver-x11vnc() {
     setVNCPass x11vnc
 
     # If .Xauthority file is missing, generate a dummy for x11vnc -auth guess
+    debug "Generating $HOME/.Xauthority"
     if [[ ! -f "$HOME/.Xauthority" ]]; then
-        echo "Generating $HOME/.Xauthority"
         [[ $XDG_SESSION_TYPE == "wayland" ]] && 
         askOk "Unsupported Wayland session detected for x11vnc, continue?" || return 1
         touch "$HOME/.Xauthority"