lowercase patch

This commit is contained in:
qo-op 2020-05-20 21:56:04 +02:00
parent 0c1569e5ce
commit b8d73a60dc
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ fi
# OK no DNS is answering, let's be /etc/hostname
[[ $NODENAME == "" ]] && NODENAME=$(cat /etc/hostname)
# I can tell
echo "$NODENAME"
# I can tell my name is (in lowercase)
echo "$NODENAME" | awk '{print tolower($1)}'
} # Full reading before execution !