1
0
Fork 0
forked from Skynet/wiki

Update update-renew-from-github.sh

This commit is contained in:
Conor Walsh 2021-08-02 16:55:30 +01:00 committed by GitHub
parent 7a55d84f31
commit 5d1dd98bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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