From f656ec7e4ec60326fbef5dcc5d4b542f478959cd Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Thu, 8 May 2025 20:28:39 +0330 Subject: [PATCH] execute permissions for kick.py --- upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrade.sh b/upgrade.sh index 72d174f..6f56e29 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -100,9 +100,9 @@ chmod 640 /etc/hysteria/ca.key /etc/hysteria/ca.crt chown -R hysteria:hysteria /etc/hysteria/core/scripts/singbox chown -R hysteria:hysteria /etc/hysteria/core/scripts/telegrambot -echo "Setting execute permissions for user.sh and kick.sh" +echo "Setting execute permissions for user.sh and kick.py" chmod +x /etc/hysteria/core/scripts/hysteria2/user.sh -chmod +x /etc/hysteria/core/scripts/hysteria2/kick.sh +chmod +x /etc/hysteria/core/scripts/hysteria2/kick.py cd /etc/hysteria python3 -m venv hysteria2_venv