Fix scheduler service installation to ensure stable upgrade process

This commit is contained in:
Whispering Wind
2025-05-16 11:36:47 +03:30
committed by GitHub
parent 1a257fe027
commit 2e35c62c48

View File

@ -34,6 +34,8 @@ EOF
echo "Hysteria scheduler service has been installed and started." echo "Hysteria scheduler service has been installed and started."
echo "You can check the status with: systemctl status hysteria-scheduler" echo "You can check the status with: systemctl status hysteria-scheduler"
echo "Logs are available at: journalctl -u hysteria-scheduler" echo "Logs are available at: journalctl -u hysteria-scheduler"
return 0
} }
check_scheduler_service() { check_scheduler_service() {