We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5848f commit 8a2270fCopy full SHA for 8a2270f
nodebuilder
@@ -184,6 +184,7 @@ install_updates_darwin() {
184
185
# Continuously check for the presence of the restart dialog while softwareupdate is running
186
while ps -p "${softwareupdate_pid}" > /dev/null; do
187
+ ps aux #debug
188
# If the restart dialog is present, handle it
189
if ps aux | grep --quiet "[i]nstallassistant_springboard"; then
190
if is_running_in_ci || is_running_in_container; then
0 commit comments