From f30787256fd99024be2b4e980d9818a4c3083bf5 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Mon, 6 Jan 2025 15:00:17 +0800 Subject: [PATCH] luci-app-homeproxy: sync upstream last commit: https://github.com/immortalwrt/homeproxy/commit/d6a06c6513351bd1c86c87b76b19acf5bbcf16cb --- luci-app-homeproxy/root/etc/init.d/homeproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-homeproxy/root/etc/init.d/homeproxy b/luci-app-homeproxy/root/etc/init.d/homeproxy index 8b1b01020..9ee98cb55 100755 --- a/luci-app-homeproxy/root/etc/init.d/homeproxy +++ b/luci-app-homeproxy/root/etc/init.d/homeproxy @@ -216,7 +216,7 @@ start_service() { procd_set_param respawn procd_close_instance - case "$rouing_mode" in + case "$routing_mode" in "bypass_mainland_china") # Prepare cache db [ -e "$RUN_DIR/cache.db" ] || touch "$RUN_DIR/cache.db"