Fix(upgrade): Improve scheduler setup

This commit is contained in:
Whispering Wind
2025-05-16 11:54:45 +03:30
committed by GitHub
parent 9926021ed4
commit 8c43375519
2 changed files with 5 additions and 16 deletions

View File

@ -101,10 +101,6 @@ source "$HYSTERIA_INSTALL_DIR/core/scripts/scheduler.sh"
if ! check_scheduler_service; then
info "Installing Hysteria scheduler service..."
setup_hysteria_scheduler
if ! verify_scheduler_service; then
error "Warning: Scheduler service installation may have issues"
fi
fi
# ========== Restart Services ==========