1 次程式碼提交

作者 SHA1 備註 提交日期
ccb88ec1d6 Refactor openFirewall() and add support for x11vnc/vncserver 2020-04-25 12:41:55 -04:00

查看文件

@@ -1178,7 +1178,7 @@ EOF"
[[ -z $_display ]] && _display="${DISPLAY:-":0"}"
declare -g _port=$(( ${_display#:} + 5900 ))
declate -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