Added Configuration for Local ID-Management

This commit is contained in:
Torben Brenner
2022-12-07 15:46:19 +01:00
parent 3236128ca1
commit 99c0e7f283
4 changed files with 96 additions and 1 deletions

View File

@ -131,7 +131,7 @@ fail_and_report() {
setHostname() {
if [ -z "$HOST" ]; then
export HOST=$(hostname -f)
export HOST=$(hostname -f | tr "[:upper:]" "[:lower:]")
log DEBUG "Using auto-detected hostname $HOST."
fi
}