1 Commits

Author SHA1 Message Date
a8b209b441 Refactor openFirewall() and add support for x11vnc/vncserver 2020-04-25 12:43:51 -04:00

View File

@@ -1178,7 +1178,7 @@ EOF"
[[ -z $_display ]] && _display="${DISPLAY:-":0"}"
declate -g _port=$(( ${_display#:} + 5900 ))
declare -g _port=$(( ${_display#:} + 5900 ))
# Get current desktop resolution
# TODO: may need to break this out into its own function and get smarter at identifying multi-monitors