fix: Use pgrep without -x flag for netifyd detection
This commit is contained in:
parent
4909a0382e
commit
17bdd6e80b
@ -120,7 +120,7 @@ case "$1" in
|
||||
init_storage
|
||||
|
||||
netifyd_running=0
|
||||
pgrep -x netifyd > /dev/null 2>&1 && netifyd_running=1
|
||||
pgrep netifyd > /dev/null 2>&1 && netifyd_running=1
|
||||
|
||||
netifyd_data=$(get_netifyd_data)
|
||||
active_count=0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user