From f86d44ba1c8f42099c8eb4808b250c1a3b048e28 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 24 Aug 2025 20:36:20 +0330 Subject: [PATCH] Remove chmod --- core/scripts/scheduler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/scheduler.sh b/core/scripts/scheduler.sh index 366dc7a..20a50d6 100644 --- a/core/scripts/scheduler.sh +++ b/core/scripts/scheduler.sh @@ -39,7 +39,7 @@ check_scheduler_service() { } setup_hysteria_auth_server() { - chmod +x /etc/hysteria/core/scripts/auth/user_auth + # chmod +x /etc/hysteria/core/scripts/auth/user_auth cat > /etc/systemd/system/hysteria-auth.service << 'EOF' [Unit]