From c7e498789da8d206d1bd478390fb56225a14e262 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 25 Jan 2021 19:56:56 -0500 Subject: [PATCH] test --- scripts/installnode.sh | 2 +- scripts/staging/deploy.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/installnode.sh b/scripts/installnode.sh index df39468..1270d58 100644 --- a/scripts/installnode.sh +++ b/scripts/installnode.sh @@ -1,3 +1,3 @@ #!/bin/bash -apt install node npm +apt-get install node npm diff --git a/scripts/staging/deploy.sh b/scripts/staging/deploy.sh index c520c34..38de0b6 100755 --- a/scripts/staging/deploy.sh +++ b/scripts/staging/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -apt install -y apache2 +apt-get install -y apache2 a2enmod expires a2enmod rewrite @@ -10,4 +10,4 @@ echo "$apache_vhost" | mo > /etc/apache2/sites-enabled/000-default.conf service apache2 restart -bash ../installnode.sh +bash $workingPath/scripts/installnode.sh