From e83f6ed1f9f14d4f606225749b01bee52e1aaec4 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:30:02 +0330 Subject: [PATCH] Added Web Panel --- upgrade.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upgrade.sh b/upgrade.sh index 22170c7..39cbbed 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -12,6 +12,7 @@ FILES=( "/etc/hysteria/core/scripts/telegrambot/.env" "/etc/hysteria/core/scripts/singbox/.env" "/etc/hysteria/core/scripts/normalsub/.env" + "/etc/hysteria/core/scripts/webpanel/.env" ) echo "Backing up and Stopping all cron jobs" @@ -80,6 +81,7 @@ echo "Restarting hysteria services" systemctl restart hysteria-server.service systemctl restart hysteria-bot.service systemctl restart singbox.service +systemctl restart webpanel.service echo "Checking hysteria-server.service status" if systemctl is-active --quiet hysteria-server.service; then