Skip to content
Snippets Groups Projects
Commit 6d8ac260 authored by Iain Bryson's avatar Iain Bryson
Browse files

Move the ownership to 1000:1000, so they can be read by the course website.

parent 6775d9c2
Branches
No related tags found
No related merge requests found
......@@ -89,3 +89,6 @@ if [ $course == 02323 ] || [ $course == 02402 ]; then
cp -r menu/* $co/
fi
# HACK to set the right owner for the staging files.
co="/enotes/$course"
chmod -R 1000:1000 $co
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment