#!/bin/sh
get_system_firmware()
{
SYSTEM_FW_ACTIVE=$(cat /proc/sysinfo/releaseVersion)
log "system version is $SYSTEM_FW_ACTIVE"
}
