init.d: remove NFQWS_OPT_BASE from sysv custom scripts

This commit is contained in:
bol-van
2024-12-08 20:07:06 +03:00
parent 5b337b6015
commit 9bd65e0c1d
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ zapret_custom_daemons()
{
# $1 - 1 - run, 0 - stop
local opt="--qnum=$QNUM_DISCORD $NFQWS_OPT_BASE $NFQWS_OPT_DESYNC_DISCORD"
local opt="--qnum=$QNUM_DISCORD $NFQWS_OPT_DESYNC_DISCORD"
do_nfqws $1 $DNUM_DISCORD "$opt"
}