File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ if systemctl is-active --quiet x-ui || [ -e /etc/systemd/system/x-ui.service ];
440
440
certbot certificates | grep -i ' Path:\|Domains:\|Expiry Date:'
441
441
msg_inf " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
442
442
IPInfo=$( curl -Ls " https://ipapi.co/json" || curl -Ls " https://ipinfo.io/json" )
443
- echo " Hostname: $( uname -n) | $( echo " $IPInfo " | jq -r ' .org, .country' | paste -sd' | ' ) "
443
+ echo " Hostname: $( uname -n) | $( echo $IPInfo | jq -r ' .org, .country' | paste -sd' | ' ) "
444
444
[[ -n $IP4 ]] && [[ " $IP4 " =~ $IP4_REGEX ]] && msg_inf " IPv4: http://$IP4 :$PORT$RNDSTR "
445
445
[[ -n $IP6 ]] && [[ " $IP6 " =~ $IP6_REGEX ]] && msg_inf " IPv6: http://[$IP6 ]:$PORT$RNDSTR "
446
446
msg_inf " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
You can’t perform that action at this time.
0 commit comments