You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The eval statements in the Setup your Mac.bash script list /usr/local/bin/dialog twice.
Code
eval "$dialogApp" "${dialogCMD[*]}" & sleep 0.3
PS Output
/bin/sh /usr/local/bin/dialog /usr/local/bin/dialog --ontop --title Setting up your Mac --message Please wait while the following apps are installed … --icon SF=laptopcomputer.and.arrow.down,weight=semibold,colour1=#ef9d51,colour2=#ef7951 --progress --button1text Quit --button1disabled --infotext v1.2.4 --titlefont size=28 --messagefont size=14 --height 67% --position centre --blurscreen --overlayicon /Applications/Self Service.app --quitkey K
Potential fix
eval $dialogCMD & sleep 0.3
The text was updated successfully, but these errors were encountered:
pyther
changed the title
Eval statements in Setup your Mac list executable twice
Eval statements in Setup your Mac specify executable twice
Aug 24, 2022
The eval statements in the
Setup your Mac.bash
script list /usr/local/bin/dialog twice.Code
PS Output
Potential fix
The text was updated successfully, but these errors were encountered: