From 125fedcdd1446a1d8bde6a98f93c167d040f64ed Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:53:00 +0330 Subject: [PATCH] Added Core Version --- core/scripts/utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/core/scripts/utils.sh b/core/scripts/utils.sh index 7fcc5a5..8095164 100644 --- a/core/scripts/utils.sh +++ b/core/scripts/utils.sh @@ -42,6 +42,7 @@ version_greater_equal() { check_core_version() { if systemctl is-active --quiet hysteria-server.service; then HCVERSION=$(hysteria version | grep "^Version:" | awk '{print $2}') + echo -e "Hysteria2 Core Version: ${cyan}$HCVERSION${NC}" fi }