You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ $(compareVersions $RSYSLOG_VERSION$MIN_RSYSLOG_VERSION 3)-lt 0 ];then
465
+
if [ $(compareVersions "$RSYSLOG_VERSION""$MIN_RSYSLOG_VERSION" 3)-lt 0 ];then
466
466
logMsgToConfigSysLog "ERROR""ERROR: Minimum rsyslog version required to run this script is 5.8.0. Please upgrade your rsyslog version or follow the manual instructions."
0 commit comments