Reported-by: Lvc Revincx <[email protected]> Signed-off-by: Tianling Shen <[email protected]> (cherry picked from commit 4d5eaf30804f5465a71ea0aeb1c91ed33dfeae22)
@@ -82,7 +82,7 @@ append_filter_client() {
start_service() {
config_load "$NAME"
- is_enabled "config" "enable" || exit 1
+ is_enabled "config" "enable" || return 1
local update_time
config_get update_time "config" "update_time" "3"