Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/ssh/home/application/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export HISTSIZE=10000

if [[ $- == *i* ]]; then
# Interative shell, print out some information
URL=$(env | egrep "BASE_?URL" | head -1 | cut -f 2 -d "=")
URL=$(env | egrep "^(NEOS_)?BASE_?UR[LI]" | head -1 | cut -f 2 -d "=")
test ! -z "$ENV" && figlet "$ENV" && printf "\n"
test ! -z "$ENV" && printf "%15s: %s\n" "ENV" "$ENV"
test ! -z "$AWS_LOG_GROUP" && printf "%15s: %s\n" "AWS_LOG_GROUP" "$AWS_LOG_GROUP"
Expand Down