From fba7d4c8aa3a050bf313ca8a1e36b706d625f6ba Mon Sep 17 00:00:00 2001 From: vdo Date: Tue, 31 May 2022 18:29:02 +0100 Subject: [PATCH] bump to v0.3.0 --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}"