Skip to content

Troubleshooting

McAmner edited this page May 10, 2026 · 1 revision

Troubleshooting

mqlaunch does not find a command

Check:

which mqlaunch
type mqlaunch
echo "$PATH"

Check repo launcher:

ls -la ~/macos-scripts/terminal/launchers/

Run directly:

~/macos-scripts/terminal/launchers/mqlaunch.sh

Script permission issue

chmod +x ~/macos-scripts/terminal/launchers/mqlaunch.sh
chmod +x ~/macos-scripts/tools/scripts/*.sh

Release has no changelog text

Check that CHANGELOG.md contains the exact target version before running release.

Example:

grep -n "0.1.2" CHANGELOG.md

Clone this wiki locally