From 632e8bd47ab17e910d8a01f8863e6d703fd8a652 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 9 May 2016 13:46:32 +0200 Subject: [PATCH] Show hardware address in log --- include/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions b/include/functions index 719f7f24..d5e2de05 100644 --- a/include/functions +++ b/include/functions @@ -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