Added Web Panel

This commit is contained in:
Whispering Wind
2025-02-07 21:30:02 +03:30
committed by GitHub
parent bf6851a57d
commit e83f6ed1f9

View File

@ -12,6 +12,7 @@ FILES=(
"/etc/hysteria/core/scripts/telegrambot/.env" "/etc/hysteria/core/scripts/telegrambot/.env"
"/etc/hysteria/core/scripts/singbox/.env" "/etc/hysteria/core/scripts/singbox/.env"
"/etc/hysteria/core/scripts/normalsub/.env" "/etc/hysteria/core/scripts/normalsub/.env"
"/etc/hysteria/core/scripts/webpanel/.env"
) )
echo "Backing up and Stopping all cron jobs" echo "Backing up and Stopping all cron jobs"
@ -80,6 +81,7 @@ echo "Restarting hysteria services"
systemctl restart hysteria-server.service systemctl restart hysteria-server.service
systemctl restart hysteria-bot.service systemctl restart hysteria-bot.service
systemctl restart singbox.service systemctl restart singbox.service
systemctl restart webpanel.service
echo "Checking hysteria-server.service status" echo "Checking hysteria-server.service status"
if systemctl is-active --quiet hysteria-server.service; then if systemctl is-active --quiet hysteria-server.service; then