Fix stupid copy&paste error

This commit is contained in:
Thomas Kaiser 2016-03-03 00:58:49 +01:00
parent ced9ca0c91
commit 42c79dc188

View File

@ -207,7 +207,7 @@ detect_board() {
} # detect_board
log_hardware_info() {
Log=${Log}
Log=/var/log/armhwinfo.log
if [ -f ${Log} ]; then
echo -e "\n\n\n$(date) $HARDWARE $ARCH $KERNELID $MACHINE $ID" >>${Log}
else