Browse Source

Improve formatting

bryan 5 months ago
parent
commit
f29945d681
1 changed files with 1 additions and 1 deletions
  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