wait process

This commit is contained in:
Whispering Wind
2025-05-16 12:26:04 +03:30
committed by GitHub
parent 3680117f24
commit 94842aa2dc
2 changed files with 13 additions and 7 deletions

View File

@ -27,10 +27,10 @@ EOF
systemctl daemon-reload
systemctl enable hysteria-scheduler.service
systemctl start hysteria-scheduler.service
wait 2
(crontab -l | grep -v "hysteria2_venv.*traffic-status" | grep -v "hysteria2_venv.*backup-hysteria") | crontab -
return 0
# return 0
}
check_scheduler_service() {