make install

This commit is contained in:
Bob Mottram 2015-10-12 18:46:02 +01:00
parent 190e38eb90
commit 0adced126c
1 changed files with 1 additions and 1 deletions

View File

@ -7519,7 +7519,7 @@ function install_web_server {
cd $INSTALL_DIR
git clone https://github.com/perusio/nginx_ensite
cd $INSTALL_DIR/nginx_ensite
cp nginx_* /usr/sbin
make install
nginx_dissite default
echo 'install_web_server' >> $COMPLETION_FILE
}