Skip to content

Commit c2d198f

Browse files
Update nodebuilder
1 parent 3c81312 commit c2d198f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodebuilder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ install_updates_darwin() {
125125

126126
# Continuously check for the presence of the restart dialog while softwareupdate is running
127127
while ps -p "${softwareupdate_pid}" > /dev/null; do
128+
ps aux #debug
128129
# If the restart dialog is present, handle it
129130
if ps aux | grep --quiet "[i]nstallassistant_springboard"; then
130131
if is_running_in_ci || is_running_in_container; then

0 commit comments

Comments
 (0)