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
<?xml version="1.0" encoding="UTF-8"?><extensionAttribute> <displayName>ClamXav - Virus Definition Version</displayName> <displayInCategory>AntiVirus</displayInCategory> <description>This attribute returns the Virus Definitions Version for ClamXav. This attribute template applies to ClamXav (v 2.0.5).</description> <dataType>integer</dataType> <scriptContentsMac>#!/bin/sh#This script has been verified to work on ClamXav (v 2.0.5).#Check to see if ClamXav is installedif [ -f "/usr/local/clamXav/bin/freshclam" ]; thenresult=`/usr/local/clamXav/bin/freshclam --version | sed s:/:\ :g | awk '{print $3}'`echo "<result>$result</result>"elseecho "<result>Not installed</result>"fi </scriptContentsMac></extensionAttribute>