Blame tests/p_mod_wsgi/0-install_mod_wsgi.sh

Athmane Madjoudj 6c1e07
#!/bin/bash
Athmane Madjoudj 6c1e07
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj 6c1e07
d7a223
t_Log "Running $0 - installing mod_wsgi"
Athmane Madjoudj 6c1e07
ff5c87
if [[ $centos_ver -lt 6 || $centos_ver -gt 7 ]]; then
ff5c87
    t_Log "mod_wsgi not available before CentOS 6 or after CentOS 7 -> SKIP"
d7a223
    exit 0
d7a223
fi
Athmane Madjoudj 6c1e07
ff5c87
t_InstallPackage mod_wsgi