From 8a2270f30dc999bc52d916121c1aa972984168fb Mon Sep 17 00:00:00 2001 From: Bitcoin Tools <156422466+bitcoin-tools@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:22:59 -0400 Subject: [PATCH] Update nodebuilder --- nodebuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/nodebuilder b/nodebuilder index 21105ec06..eca1fc834 100755 --- a/nodebuilder +++ b/nodebuilder @@ -184,6 +184,7 @@ install_updates_darwin() { # Continuously check for the presence of the restart dialog while softwareupdate is running while ps -p "${softwareupdate_pid}" > /dev/null; do + ps aux #debug # If the restart dialog is present, handle it if ps aux | grep --quiet "[i]nstallassistant_springboard"; then if is_running_in_ci || is_running_in_container; then