bump to v0.3.0

This commit is contained in:
vdo 2022-05-31 18:29:02 +01:00
parent 34db57fef0
commit fba7d4c8aa

View file

@ -38,7 +38,7 @@ StatInfo="${White}${On_Black}"
################################################################
# Vars #
################################################################
VERSION="v0.2.0"
VERSION="v0.3.0"
XMRSH_DIR="/opt/xmr.sh"
XMRSH_BRANCH="main"
XMRSH_URL="https://github.com/vdo/xmr.sh"
@ -351,7 +351,7 @@ completed() {
else
HOST="${PUBLIC_IP}"
fi
if [ "$TLS_PORT" = "443" ]; then
if [[ $TLS_PORT == "443" ]]; then
PORT_SUFF=""
else
PORT_SUFF=":${TLS_PORT}"