bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone
Blob Blame History Raw
#!/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