Unverified Commit 87257ed4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Remove MON_PORT from port list

Removed MON_PORT from the list of ports in network.sh.
parent d949ae16
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -241,8 +241,6 @@ getHostPorts() {
    list+="$VNC_PORT,"
  fi

  list+="$MON_PORT,"

  if [[ "${WEB:-}" != [Nn]* ]]; then
    list+="$WEB_PORT,"
    list+="$WSD_PORT,"