mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rc.subr: Remove test that is always true.
The code above always sets _pidcmd to a non-empty value.
This commit is contained in:
parent
a6aeb2b6e4
commit
d78b853f0f
1 changed files with 1 additions and 3 deletions
|
|
@ -930,9 +930,7 @@ run_rc_command()
|
|||
else
|
||||
_pidcmd='rc_pid=$(check_process '"$_procname $command_interpreter"')'
|
||||
fi
|
||||
if [ -n "$_pidcmd" ]; then
|
||||
_keywords="${_keywords} status poll"
|
||||
fi
|
||||
_keywords="${_keywords} status poll"
|
||||
fi
|
||||
|
||||
if [ -z "$rc_arg" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue