This commit is contained in:
Whispering Wind
2025-05-15 23:40:41 +03:30
committed by GitHub
parent 0f6b5442a6
commit ec81500e85
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ python3 -m venv hysteria2_venv
source /etc/hysteria/hysteria2_venv/bin/activate
pip install -r requirements.txt
source /etc/hysteria/core/scripts/scheduler_setup.sh
source /etc/hysteria/core/scripts/scheduler.sh
if ! check_scheduler_service; then
setup_hysteria_scheduler
fi