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)"