We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c81312 commit c2d198fCopy full SHA for c2d198f
nodebuilder
@@ -125,6 +125,7 @@ install_updates_darwin() {
125
126
# Continuously check for the presence of the restart dialog while softwareupdate is running
127
while ps -p "${softwareupdate_pid}" > /dev/null; do
128
+ ps aux #debug
129
# If the restart dialog is present, handle it
130
if ps aux | grep --quiet "[i]nstallassistant_springboard"; then
131
if is_running_in_ci || is_running_in_container; then
0 commit comments