Skip to content

Commit

Permalink
Merge pull request #52 from cron-eu/git-version
Browse files Browse the repository at this point in the history
Also show GIT_VERSION on ssh login, if available
  • Loading branch information
baschny authored Feb 7, 2025
2 parents 91ca74e + 3c40c8e commit 7d81ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/ssh/home/application/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if [[ $- == *i* ]]; then
test ! -z "$TYPO3_CONTEXT" && printf "%15s: %s\n" "TYPO3_CONTEXT" "$TYPO3_CONTEXT"
test ! -z "$FLOW_CONTEXT" && printf "%15s: %s\n" "FLOW_CONTEXT" "$FLOW_CONTEXT"
test ! -z "$PHP_VERSION" && printf "%15s: %s\n" "PHP_VERSION" "$PHP_VERSION"
test ! -z "$GIT_VERSION" && printf "%15s: %s\n" "GIT_VERSION" "$GIT_VERSION"
printf "\n"
fi

Expand Down

0 comments on commit 7d81ead

Please sign in to comment.