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; }