Skip to content

Commit 7d81ead

Browse files
authored
Merge pull request #52 from cron-eu/git-version
Also show GIT_VERSION on ssh login, if available
2 parents 91ca74e + 3c40c8e commit 7d81ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/ssh/home/application/.bash_profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if [[ $- == *i* ]]; then
1414
test ! -z "$TYPO3_CONTEXT" && printf "%15s: %s\n" "TYPO3_CONTEXT" "$TYPO3_CONTEXT"
1515
test ! -z "$FLOW_CONTEXT" && printf "%15s: %s\n" "FLOW_CONTEXT" "$FLOW_CONTEXT"
1616
test ! -z "$PHP_VERSION" && printf "%15s: %s\n" "PHP_VERSION" "$PHP_VERSION"
17+
test ! -z "$GIT_VERSION" && printf "%15s: %s\n" "GIT_VERSION" "$GIT_VERSION"
1718
printf "\n"
1819
fi
1920

0 commit comments

Comments
 (0)