From 0aabb264ec628ddd55b3128c38992e511d485bdc Mon Sep 17 00:00:00 2001 From: WindyMadman Date: Fri, 30 Aug 2024 13:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=91=BD=E4=BB=A4=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-app-frps/root/etc/init.d/frps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-frps/root/etc/init.d/frps b/luci-app-frps/root/etc/init.d/frps index 95847ae..30e7099 100644 --- a/luci-app-frps/root/etc/init.d/frps +++ b/luci-app-frps/root/etc/init.d/frps @@ -251,7 +251,7 @@ start_instance() { test -d "$CONFIG_FOLDER" || mkdir -p "$CONFIG_FOLDER" - local config_file="$CONFIG_FOLDER/frps.$section.ini" + local config_file="$CONFIG_FOLDER/frps.$section.toml" create_config_file "$config_file"