From 783e6efa9da2af717e73cafe7eff84ba2fe3b5ae Mon Sep 17 00:00:00 2001 From: NightDawnEX <65367327+NightDawnEX@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:23:00 -0400 Subject: [PATCH] fix permission --- .gitignore | 5 +---- static/GRADESCOPE_TEMPLATE/source/setup.sh | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a342dd5..82a27f8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,10 +12,7 @@ settings/ workdir/ scratch/ -# Ignore dynamic pages -webui/pages/1_*.py -webui/pages/2_*.py -webui/pages/scratch.py +webui/pages/ mock/autograder/ diff --git a/static/GRADESCOPE_TEMPLATE/source/setup.sh b/static/GRADESCOPE_TEMPLATE/source/setup.sh index e7c44ab..22a8ac7 100644 --- a/static/GRADESCOPE_TEMPLATE/source/setup.sh +++ b/static/GRADESCOPE_TEMPLATE/source/setup.sh @@ -35,5 +35,6 @@ else fi cd /autograder/source +chmod +x ./setup.sh ./setup.sh python3 scripts/setup.py