1 --- domoticz-2024.4/main/WebServerCmds.cpp.old 2024-06-29 09:16:20.151817712 -0400
2 +++ domoticz-2024.4/main/WebServerCmds.cpp 2024-06-29 09:16:30.996250167 -0400
4 m_sql.GetPreferencesVar("ReleaseChannel", nValue);
5 bool bIsBetaChannel = (nValue != 0);
8 + struct utsname my_uname;
9 if (uname(&my_uname) < 0)