We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60aef6e commit d69167fCopy full SHA for d69167f
x-ui-pro.sh
@@ -465,7 +465,7 @@ if systemctl is-active --quiet x-ui || [ -e /etc/systemd/system/x-ui.service ];
465
hrline
466
IPInfo=$(curl -Ls "https://ipapi.co/json" || curl -Ls "https://ipinfo.io/json")
467
msg "Server: ${IP4} | $(uname -n) | $(echo "${IPInfo}" | jq -r '.org, .country' | paste -sd' | ')"
468
- 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" \
469
"$(uname -i)" "$(nproc)" "$(free -h | awk '/^Mem:/{print $2}')" \
470
"$(lsblk -d -o SIZE --noheadings | tr '\n' ', ' | sed 's/, $//')" \
471
"$(hostnamectl | awk -F: '/Operating System/{print $2}' | xargs)"
0 commit comments