fix: Use pgrep without -x flag for netifyd detection

This commit is contained in:
CyberMind-FR 2026-01-08 18:19:36 +01:00
parent 4909a0382e
commit 17bdd6e80b

View File

@ -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