#!/bin/bash

# Copyright 2014 Cloud Linux Zug GmbH
#
# Licensed under CLOUD LINUX LICENSE AGREEMENT
# http://cloudlinux.com/docs/LICENSE.TXT

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

. /usr/share/alt-mod-passenger/include/cpanel-common-lve

showBar 1
writeToLog "mod_passenger module installation"

install_mod_passenger

showBar 2
writeToLog "End operation"
echo