diff --git a/install b/install index 4eeea8e..41230f6 100755 --- a/install +++ b/install @@ -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}"