#!/bin/bash # Author: Athmane Madjoudj <athmanem@gmail.com> if [ $centos_ver -ge 6 ] then t_InstallPackage mod_wsgi service httpd restart else echo "Skipped on CentOS 5" fi