Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eval statements in Setup your Mac specify executable twice #3

Closed
pyther opened this issue Aug 24, 2022 · 3 comments
Closed

Eval statements in Setup your Mac specify executable twice #3

pyther opened this issue Aug 24, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@pyther
Copy link

pyther commented Aug 24, 2022

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
@pyther pyther added the bug Something isn't working label Aug 24, 2022
@pyther 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
@dan-snelson
Copy link
Owner

@pyther Please test v1.2.5 from the dev branch.

@dan-snelson
Copy link
Owner

Resolved in 1.2.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants