From edc922a5e92714a2efe69de24d70260241493d52 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:51:03 +0330 Subject: [PATCH] Added NORMALSUB_ENV --- core/scripts/path.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/core/scripts/path.sh b/core/scripts/path.sh index aa3d978..faec9f0 100644 --- a/core/scripts/path.sh +++ b/core/scripts/path.sh @@ -5,4 +5,5 @@ CONFIG_FILE="/etc/hysteria/config.json" CONFIG_ENV="/etc/hysteria/.configs.env" TELEGRAM_ENV="/etc/hysteria/core/scripts/telegrambot/.env" SINGBOX_ENV="/etc/hysteria/core/scripts/singbox/.env" +NORMALSUB_ENV="/etc/hysteria/core/scripts/normalsub/.env" ONLINE_API_URL="http://127.0.0.1:25413/online"