From 078d7bade77031d00eaf92882e93eaef92b3343a Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sat, 23 Jan 2021 14:38:30 -0500 Subject: [PATCH] testing --- scripts/staging/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/staging/deploy.sh b/scripts/staging/deploy.sh index 9cd0e28..8619b73 100755 --- a/scripts/staging/deploy.sh +++ b/scripts/staging/deploy.sh @@ -4,3 +4,5 @@ apt install -y apache2 apache_vhost="$(cat ops/apache2/vhost.conf)" echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf + +service apache2 restart