diff --git a/utils/setup.sh b/utils/setup.sh index e78567f..3e02c2c 100644 --- a/utils/setup.sh +++ b/utils/setup.sh @@ -20,4 +20,5 @@ docker network create proxy echo "# web" [ -d /srv/www ] || sudo mkdir -p /srv/www -sudo git clone git@git.faulty.nl:infra/web /srv/www +sudo chmod a+rw /srv/www +git clone git@git.faulty.nl:infra/web /srv/www