mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-17 16:15:20 +00:00
cc10015952
Same pgrep self-kill bug as uninstall scripts. When user downloads install script as install-haproxy-agent.sh, pgrep -f "haproxy-agent" matches the installer's own bash process and kills it before installation starts. Now filters out INSTALLER_PID and PPID. Co-authored-by: Cursor <cursoragent@cursor.com>