Fix path related issues

This commit is contained in:
Sarina
2024-07-21 21:32:11 +03:30
parent 484821c499
commit 14f61134dc
5 changed files with 13 additions and 13 deletions

View File

@ -116,7 +116,7 @@ install_hysteria() {
# Add the scripts to the crontab
(crontab -l ; echo "*/1 * * * * python3 /etc/hysteria/core/cli.py traffic-status >/dev/null 2>&1") | crontab -
(crontab -l ; echo "*/1 * * * * /etc/hysteria/core/scripts/hysteria2/kick.sh >/dev/null 2>&1") | crontab -
}
}