diff --git a/systemd/conservancy-www-update.sh b/systemd/conservancy-www-update.sh index 4d427531d0b5df2eee9eb28e48768be341d46666..9f8db9eea1dcb02ce93ff24c2397a198d63c9a00 100755 --- a/systemd/conservancy-www-update.sh +++ b/systemd/conservancy-www-update.sh @@ -31,8 +31,8 @@ fi exitcode=0 git merge --quiet --ff-only "${git_remote}/${git_refspec}" -python3 -m compileall -q -x - www || exitcode=$? -chgrp -R www-data www || exitcode=$? -chmod -R g+rX-w,o+X-w www || exitcode=$? -chmod -R o+r www/conservancy/static || exitcode=$? +python3 -m compileall -q -x - conservancy || exitcode=$? +chgrp -R www-data conservancy || exitcode=$? +chmod -R g+rX-w,o+X-w conservancy || exitcode=$? +chmod -R o+r conservancy/static || exitcode=$? exit "$exitcode"