Explorar el Código

Improve formatting

bryan hace 5 meses
padre
commit
f29945d681
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1159,7 +1159,7 @@ set_vnc_pass() {
     elif [[ $1 == "x11vnc" ]]; then
       execute x11vnc -storepasswd "$VNCPASS" "$vncpassfile"
     fi
-    return $?
+    return
   else
     declare -g NOVNCAUTH=1
   fi