#!/bin/bash



#####################################################
# Util for building modules by hands. Without hooks #
#####################################################

. /usr/share/alt-mod-passenger-5.3.7-9.el7.cloudlinux/include/cpanel-common-lve

showBar 1
writeToLog "mod_passenger module installation"

install_mod_passenger

showBar 2
writeToLog "End operation"
echo