Show hardware address in log

This commit is contained in:
Michael Boelen 2016-05-09 13:46:32 +02:00
parent 788ab9999d
commit 632e8bd47a
1 changed files with 1 additions and 0 deletions

View File

@ -694,6 +694,7 @@
# Check if we found a HostID
if [ ! "${FIND}" = "" ]; then
LogText "Info: using hardware address ${FIND} to create ID"
HOSTID=`echo ${FIND} | ${SHA1SUMBINARY} | awk '{ print $1 }'`
LogText "Result: Found HostID: ${HOSTID}"
else