Fix GIT_AUTHOR_EMAIL

This commit is contained in:
Peter J. Holzer 2024-04-23 09:28:39 +02:00
parent 5854bc87fe
commit b28a2cb5c0
1 changed files with 2 additions and 2 deletions

View File

@ -239,10 +239,10 @@ then
fi
case "$FQDN" in
*.wsr.ac.at)
*.wsr.ac.at|*.int.wsr.at|*.wifo.ac.at)
if [ -z "$GIT_AUTHOR_EMAIL" ]
then
export GIT_AUTHOR_EMAIL="$LOGNAME@wsr.ac.at"
export GIT_AUTHOR_EMAIL="$LOGNAME@wifo.ac.at"
fi
if [ -z "$GIT_AUTHOR_NAME" ]
then