{%
    if GetPathSuccess == true then
        local line = string.format('System SN is:%s', SerialNumber)
        echo(line)
    else
        echo('Get system SN failed.')
    end
%}
