diff --git a/core/scripts/hysteria2/install.sh b/core/scripts/hysteria2/install.sh index cd78bcc..2e7a186 100644 --- a/core/scripts/hysteria2/install.sh +++ b/core/scripts/hysteria2/install.sh @@ -120,7 +120,7 @@ EOF # Add the scripts to the crontab (crontab -l ; echo "*/1 * * * * /bin/bash -c 'source /etc/hysteria/hysteria2_venv/bin/activate && python3 /etc/hysteria/core/cli.py traffic-status' >/dev/null 2>&1") | crontab - - (crontab -l ; echo "*/1 * * * * /bin/bash -c 'source /etc/hysteria/hysteria2_venv/bin/activate && /etc/hysteria/core/scripts/hysteria2/kick.sh' >/dev/null 2>&1") | crontab - + (crontab -l ; echo "*/1 * * * * /etc/hysteria/core/scripts/hysteria2/kick.sh >/dev/null 2>&1") | crontab - } if systemctl is-active --quiet hysteria-server.service; then