BloodyMods / ServerStarter

MIT License
99 stars 62 forks source link

bash going away on Mac OS X #29

Closed Cntrldfusion closed 2 years ago

Cntrldfusion commented 3 years ago

Not sure how much of an issue it is but Mac OS X is moving away from bash I think starting with 10.16 and going with zsh and dash. There are some differences in how some things are handled although I have been able to run serverstamt.sh after changing /bin/bash to /bin/zsh in the script file without any trouble. But going forward if someone runs it on a future version when bash is removed they will have to remember to make the change.

BloodWorkXGaming commented 3 years ago

Thanks for the feedback, I sadly can't change that for every file, as that will break it for all systems which don't have zsh installed by default

Will leave this issue up however in case some people search for it in the future

draeath commented 2 years ago

Users will probably be able to install bash via homebrew, as a workaround.

Goobaroo commented 2 years ago

This is not an issue at all. Bash is not going away, just the default shell was changed to zsh.