Open starryeyez024 opened 7 years ago
Oh, i think its because
On line such and such, replace the text in angle brackets to match your sandbox URL, so
echo "${2:-root}@<url-of-sandbox>-${1:-$USER}<url-of-sandbox>"
becomes
echo "${2:-root}@my-sandbox-path-${1:-$USER}.awesomecompany.com"
the readme file has this function (but it doesn't work):
but your personal bash_profile (from pastebin) has this version, which is correct: