QA/tests/p_rrdtool/0-install_rrdtool.sh

13 lines
245 B

#!/bin/bash
# Author: Christoph Galuschka <christoph.galuschka@chello.at>
# Athmane Madjoudj <athmanem@gmail.com>
if [ $centos_ver -ge 6 ]
then
# Install rrdtool
t_InstallPackage rrdtool
else
echo "Skipped on CentOS 5"
fi