Skip to content

Commit

Permalink
Merge pull request #22 from flownative/bugfix/pr-18-followup-env-sour…
Browse files Browse the repository at this point in the history
…cing

Source .env (again) when logging in via SSH
  • Loading branch information
kdambekalns authored Oct 7, 2024
2 parents 3a7d1c2 + e1609f7 commit de535e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions root-files/home/beach/.bashrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# If this shell was started by SSHD, the environment variables need to be set:
if [[ -z "${FLOWNATIVE_LIB_PATH}" ]]; then
source /home/beach/.env
fi

# If not running interactively, skip the banner
if [[ -z "$PS1" ]]; then
export BANNER_FLOWNATIVE_SKIP="yes"
Expand Down

0 comments on commit de535e1

Please sign in to comment.