From 926db215d9c1c868e190789a6fea124435751e31 Mon Sep 17 00:00:00 2001 From: ReturnFI <151555003+ReturnFI@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:58:30 +0000 Subject: [PATCH] Fix Environment File --- core/scripts/path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/path.sh b/core/scripts/path.sh index 95c09fb..aa3d978 100644 --- a/core/scripts/path.sh +++ b/core/scripts/path.sh @@ -2,7 +2,7 @@ CLI_PATH="/etc/hysteria/core/cli.py" USERS_FILE="/etc/hysteria/users.json" TRAFFIC_FILE="/etc/hysteria/traffic_data.json" CONFIG_FILE="/etc/hysteria/config.json" -CONFIG_ENV="/etc/hysteria/.config.env" +CONFIG_ENV="/etc/hysteria/.configs.env" TELEGRAM_ENV="/etc/hysteria/core/scripts/telegrambot/.env" SINGBOX_ENV="/etc/hysteria/core/scripts/singbox/.env" ONLINE_API_URL="http://127.0.0.1:25413/online"