diff --git a/systemd/conservancy-www-update.sh b/systemd/conservancy-www-update.sh index 1e7b18f081eec125a6412cac37e5a033e3b9d653..da8f980be2baef5ad7fe887dfc9ec413510103f1 100755 --- a/systemd/conservancy-www-update.sh +++ b/systemd/conservancy-www-update.sh @@ -30,7 +30,7 @@ fi exitcode=0 git merge --quiet --ff-only "$git_remote" "$git_refspec" -python2 -m compileall -q -x - www || exitcode=$? +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=$?