diff --git a/core/scripts/path.sh b/core/scripts/path.sh index d44a4b6..8c0b5fc 100644 --- a/core/scripts/path.sh +++ b/core/scripts/path.sh @@ -1,4 +1,6 @@ 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" \ No newline at end of file +CONFIG_FILE="/etc/hysteria/config.json" +TELEGRAM_ENV="/etc/hysteria/core/scripts/telegrambot/.env" +SINGBOX_ENV="/etc/hysteria/core/scripts/singbox/.env"