Skip to content

Commit 60aef6e

Browse files
authored
Update x-ui-pro.sh
1 parent bff675f commit 60aef6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-ui-pro.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ if systemctl is-active --quiet x-ui || [ -e /etc/systemd/system/x-ui.service ];
465465
hrline
466466
IPInfo=$(curl -Ls "https://ipapi.co/json" || curl -Ls "https://ipinfo.io/json")
467467
msg "Server: ${IP4} | $(uname -n) | $(echo "${IPInfo}" | jq -r '.org, .country' | paste -sd' | ')"
468-
printf "\033[1;37;40m CPU: %s/%s Core | RAM: %s | HDD: %s | OS: %s\033[0m\n" \
468+
printf "\033[1;34;40m CPU: %s/%s Core | RAM: %s | HDD: %s | OS: %s\033[0m\n" \
469469
"$(uname -i)" "$(nproc)" "$(free -h | awk '/^Mem:/{print $2}')" \
470470
"$(lsblk -d -o SIZE --noheadings | tr '\n' ', ' | sed 's/, $//')" \
471471
"$(hostnamectl | awk -F: '/Operating System/{print $2}' | xargs)"

0 commit comments

Comments
 (0)