From 2c9128b0ca1ae029380cb57983374ea2ce1d6c76 Mon Sep 17 00:00:00 2001 From: Sarina Date: Sun, 21 Jul 2024 21:13:14 +0330 Subject: [PATCH] Fix path in config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index fd9d9d4..81afeba 100644 --- a/config.json +++ b/config.json @@ -14,7 +14,7 @@ }, "auth": { "type": "command", - "command": "/etc/hysteria/users/user.sh" + "command": "/etc/hysteria/core/scripts/hysteria2/user.sh" }, "quic": { "initStreamReceiveWindow": 8388608, @@ -80,4 +80,4 @@ "listen": "127.0.0.1:25413", "secret": "$UUID" } -} +} \ No newline at end of file