bugfix: correct lower-case translation for hostname (#555)

This commit is contained in:
dman776 2020-08-22 09:50:58 -05:00 committed by GitHub
parent da3191478a
commit 8ec57de248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ping -q -W10 -c1 downloads.arednmesh.org > /dev/null &&
[ -f /tmp/aredn_message ] &&
rm /tmp/aredn_message
nodename=$(echo "$HOSTNAME" | tr '[:upper:]' '[:lower:]')
nodename=$(echo "$HOSTNAME" | tr 'A-Z' 'a-z')
if [ $online = "true" ]
then