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 }