Skip to content

Commit

Permalink
Update nodebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools committed Apr 25, 2024
1 parent 5f5848f commit 8a2270f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a2270f

Please sign in to comment.