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