From 6fe5d7f43ad7bc266145a66b163933640c81c079 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 6 Nov 2021 11:13:36 +0300 Subject: [PATCH] init.d: sysv remove duplicate prepare_user --- init.d/sysv/functions | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.d/sysv/functions b/init.d/sysv/functions index 9edb503..0bc1300 100644 --- a/init.d/sysv/functions +++ b/init.d/sysv/functions @@ -448,8 +448,6 @@ do_tpws() # $2 : daemon number # $3 : daemon args - [ "$1" = "1" ] && prepare_user - [ "$DISABLE_IPV4" = "1" ] && [ "$DISABLE_IPV6" = "1" ] && return 0 local OPT="$TPWS_OPT_BASE"