Skip to content

Commit 8a2270f

Browse files
committed
Update nodebuilder
1 parent 5f5848f commit 8a2270f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodebuilder

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ install_updates_darwin() {
184184

185185
# Continuously check for the presence of the restart dialog while softwareupdate is running
186186
while ps -p "${softwareupdate_pid}" > /dev/null; do
187+
ps aux #debug
187188
# If the restart dialog is present, handle it
188189
if ps aux | grep --quiet "[i]nstallassistant_springboard"; then
189190
if is_running_in_ci || is_running_in_container; then

0 commit comments

Comments
 (0)