Update get-data.sh

This commit is contained in:
2023-12-03 16:48:09 -06:00
parent 5f8045b6b9
commit bd01b295ba

View File

@@ -4,7 +4,7 @@ source /opt/idssys/defaults/default.inc
if [ ${1-x} ]; then
case ${1} in
cpuusage) GET_CPU_USAGE;;
cpu-usage) GET_CPU_USAGE;;
esac
fi