We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d81ead + 4501070 commit 837a6bbCopy full SHA for 837a6bb
files/ssh/home/application/.bash_profile
@@ -6,7 +6,7 @@ export HISTSIZE=10000
6
7
if [[ $- == *i* ]]; then
8
# Interative shell, print out some information
9
- URL=$(env | egrep "BASE_?URL" | head -1 | cut -f 2 -d "=")
+ URL=$(env | egrep "^(NEOS_)?BASE_?UR[LI]" | head -1 | cut -f 2 -d "=")
10
test ! -z "$ENV" && figlet "$ENV" && printf "\n"
11
test ! -z "$ENV" && printf "%15s: %s\n" "ENV" "$ENV"
12
test ! -z "$AWS_LOG_GROUP" && printf "%15s: %s\n" "AWS_LOG_GROUP" "$AWS_LOG_GROUP"
0 commit comments