Compare commits

..

1 Commits
wsr ... master

Author SHA1 Message Date
Peter J. Holzer 3decf70778 Use .nvm if present 2024-05-23 11:24:24 +02:00
1 changed files with 3 additions and 4 deletions

View File

@ -228,8 +228,7 @@ esac
case "$FQDN" in case "$FQDN" in
*.wsr.ac.at) *.wsr.ac.at)
# This seems to be used only be ssh export LOCALDOMAIN="wsr.ac.at hjp.at"
export LOCALDOMAIN="int.wsr.at wsr.ac.at hjp.at"
;; ;;
esac esac
@ -239,10 +238,10 @@ then
fi fi
case "$FQDN" in case "$FQDN" in
*.wsr.ac.at|*.int.wsr.at|*.wifo.ac.at) *.wsr.ac.at)
if [ -z "$GIT_AUTHOR_EMAIL" ] if [ -z "$GIT_AUTHOR_EMAIL" ]
then then
export GIT_AUTHOR_EMAIL="$LOGNAME@wifo.ac.at" export GIT_AUTHOR_EMAIL="$LOGNAME@wsr.ac.at"
fi fi
if [ -z "$GIT_AUTHOR_NAME" ] if [ -z "$GIT_AUTHOR_NAME" ]
then then