From 5d1dd98bf6cc33be275c28f8fb6871fb10e8f687 Mon Sep 17 00:00:00 2001 From: Conor Walsh Date: Mon, 2 Aug 2021 16:55:30 +0100 Subject: [PATCH] Update update-renew-from-github.sh --- update-renew-from-github.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-renew-from-github.sh b/update-renew-from-github.sh index c8fecb2..45b60ce 100644 --- a/update-renew-from-github.sh +++ b/update-renew-from-github.sh @@ -5,7 +5,7 @@ # cwalsh 2020-10-10 # ensure we are in the correct directory -cd /var/www/renew +cd /var/www/html/renew # check the repo is available git ls-remote http://github.com/ULCompSoc/skynet.ie-renew.git -q || { echo 'Repo not available' ; exit 1; }