Skip to content

Commit 890b733

Browse files
authored
Update xlx-install.sh
1 parent b22c7e6 commit 890b733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xlx-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ then XRFDIGIT=000
153153
fi
154154
XRFNUM=XLX$XRFDIGIT
155155
if [ -z "$XLXDOMAIN" ]
156-
then XLXDOMAIN=localhost
156+
then XLXDOMAIN=$(wget -qO- ifconfig.co/ip)
157157

158158
fi
159159
if [ -z "$CONTRIE" ]

0 commit comments

Comments
 (0)