mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-10 19:14:59 -04:00
bump to v0.3.0
This commit is contained in:
parent
34db57fef0
commit
fba7d4c8aa
1 changed files with 2 additions and 2 deletions
4
install
4
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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue