-
Notifications
You must be signed in to change notification settings - Fork 0
Debugging Tips
Jacky Xu edited this page Jul 28, 2019
·
5 revisions
- In the terminal, source the script located at
~/vagrant-scripts/bootstrap/bootstrap.sh - Your bash session should now be set up to run scripts individually. Check this by running
echo $HAS_BOOTSTRAPEDand ensure it returns "true". - You may now run individual scripts by simply typing the script name, eg.
install-intellij - When debugging a failed script, add
set -xat the beginning of the script to see which commands failed.