This commit is contained in:
William Mantly 2021-01-23 01:39:46 -05:00
parent e671015480
commit 13ff281930
Signed by: wmantly
GPG Key ID: 186A8370EFF937CA
3 changed files with 0 additions and 10 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
source ../lib/mo
apt install -y apache2
apache_vhost="$(cat ops/apache2/vhost.conf)"
echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf

View File

@ -1,2 +0,0 @@
name="Billy"
age="22"