diff --git a/upgrade.sh b/upgrade.sh index f99910a..6095862 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -48,4 +48,6 @@ if systemctl is-active --quiet hysteria-server.service; then else echo "Upgrade failed: hysteria-server.service is not active" fi - +cd /etc/hysteria +chmod +x menu.sh +./menu.sh