From 42340c0319e43467e2564605e0b0ddb1e99d11b0 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:44:46 +0330 Subject: [PATCH] Added some path --- core/scripts/path.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/scripts/path.sh b/core/scripts/path.sh index faec9f0..76b4da3 100644 --- a/core/scripts/path.sh +++ b/core/scripts/path.sh @@ -7,3 +7,6 @@ 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" +LOCALVERSION="/etc/hysteria/VERSION" +LATESTVERSION="https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/VERSION" +LASTESTCHANGE="https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/changelog"