From b9b8044e17d6a6b295c49140b20d595785bd9b15 Mon Sep 17 00:00:00 2001 From: ReturnFI <151555003+ReturnFI@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:18:56 +0000 Subject: [PATCH] Fix Space --- core/scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/utils.sh b/core/scripts/utils.sh index b12672d..8cfa96b 100644 --- a/core/scripts/utils.sh +++ b/core/scripts/utils.sh @@ -55,7 +55,7 @@ check_version() { load_hysteria2_env() { if [ -f /etc/hysteria/.configs.env ]; then - export $(grep -v '^#' /etc/hysteria/.configs.env| xargs) + export $(grep -v '^#' /etc/hysteria/.configs.env | xargs) else echo "Error: configs.env file not found. Using default SNI 'bts.com'." SNI="bts.com"