Skip to content
Snippets Groups Projects
Commit 68c5c3ad authored by iaibrys's avatar iaibrys
Browse files

chmod -> chown

parent 3dda89d0
Branches
No related tags found
No related merge requests found
...@@ -91,4 +91,6 @@ fi ...@@ -91,4 +91,6 @@ fi
# HACK to set the right owner for the staging files. # HACK to set the right owner for the staging files.
co="/enotes/$course" co="/enotes/$course"
chmod -R 1000:1000 $co chown -R 1000:1000 $co
\ No newline at end of file
echo "Done ${course}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment