From f2c9cbf51670fdca11d7b87d389a2cc9a4ba8001 Mon Sep 17 00:00:00 2001 From: Sarina Date: Tue, 23 Jul 2024 17:36:25 +0330 Subject: [PATCH] Fix typo --- core/scripts/hysteria2/list_users.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/hysteria2/list_users.sh b/core/scripts/hysteria2/list_users.sh index b3d3608..ca76d18 100644 --- a/core/scripts/hysteria2/list_users.sh +++ b/core/scripts/hysteria2/list_users.sh @@ -3,4 +3,4 @@ source /etc/hysteria/core/scripts/path.sh -cat "$USER_FILE" \ No newline at end of file +cat "$USERS_FILE" \ No newline at end of file