#!/bin/bash apt-get install -y apache2 a2enmod expires a2enmod rewrite apache_vhost="$(cat ops/apache2/vhost.conf)" echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf service apache2 restart bash $workingPath/scripts/installnode.sh