#!/bin/sh

if command -v apcaccess > /dev/null 2>&1
then
	echo '<<<apcups_apcaccess:sep(58)>>>'
	apcaccess status
fi

