From 4241c2b0e39fbb87160eac79c451d11c02a1b248 Mon Sep 17 00:00:00 2001 From: SunBK201 Date: Sun, 26 Oct 2025 22:56:09 +0800 Subject: [PATCH] fix: remove unnecessary user check for 'nobody' in start_service function --- openwrt/files/ua3f.init | 2 -- 1 file changed, 2 deletions(-) diff --git a/openwrt/files/ua3f.init b/openwrt/files/ua3f.init index 613e585..1955b33 100755 --- a/openwrt/files/ua3f.init +++ b/openwrt/files/ua3f.init @@ -49,8 +49,6 @@ start_service() { procd_set_param user shellclash elif id -u shellcrash >/dev/null 2>&1; then procd_set_param user shellcrash - elif id -u nobody >/dev/null 2>&1; then - procd_set_param user nobody fi procd_set_param group nogroup