From d69167f4949e73d3d18cdb077ed0304c227956fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xue=20Xianliang=20=E8=87=AA=E7=94=B1=E7=9A=84=E4=B8=96?= =?UTF-8?q?=E7=95=8C?= <146182012+GFW4Fun@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:38:02 -0800 Subject: [PATCH] Update x-ui-pro.sh --- x-ui-pro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui-pro.sh b/x-ui-pro.sh index 0c81373..baf5306 100644 --- a/x-ui-pro.sh +++ b/x-ui-pro.sh @@ -465,7 +465,7 @@ if systemctl is-active --quiet x-ui || [ -e /etc/systemd/system/x-ui.service ]; hrline IPInfo=$(curl -Ls "https://ipapi.co/json" || curl -Ls "https://ipinfo.io/json") msg "Server: ${IP4} | $(uname -n) | $(echo "${IPInfo}" | jq -r '.org, .country' | paste -sd' | ')" - printf "\033[1;34;40m CPU: %s/%s Core | RAM: %s | HDD: %s | OS: %s\033[0m\n" \ + printf "\033[1;37;40m CPU: %s/%s Core | RAM: %s | HDD: %s | OS: %s\033[0m\n" \ "$(uname -i)" "$(nproc)" "$(free -h | awk '/^Mem:/{print $2}')" \ "$(lsblk -d -o SIZE --noheadings | tr '\n' ', ' | sed 's/, $//')" \ "$(hostnamectl | awk -F: '/Operating System/{print $2}' | xargs)"