summaryrefslogtreecommitdiff
path: root/yaksh
diff options
context:
space:
mode:
authorankitjavalkar2017-11-09 12:39:09 +0530
committerankitjavalkar2017-11-09 15:50:22 +0530
commite827fa8666fa906e1b668ec43b24295889a329c5 (patch)
tree8d1c0d414f27759c80be736037e7a8eb93f251cb /yaksh
parent92128185b5d278b3a248f1f5eb8b824947febbce (diff)
downloadonline_test-e827fa8666fa906e1b668ec43b24295889a329c5.tar.gz
online_test-e827fa8666fa906e1b668ec43b24295889a329c5.tar.bz2
online_test-e827fa8666fa906e1b668ec43b24295889a329c5.zip
- Add explicit write permissions to output dir
- Modify paths in the script to avoid backslashes for cross platform compatibility - Fix README based on feedback
Diffstat (limited to 'yaksh')
-rw-r--r--yaksh/scripts/yaksh_script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/scripts/yaksh_script.sh b/yaksh/scripts/yaksh_script.sh
index f19ad3d..f39153e 100644
--- a/yaksh/scripts/yaksh_script.sh
+++ b/yaksh/scripts/yaksh_script.sh
@@ -2,6 +2,7 @@
# Basic script to install pip packages and run the yaksh code server command
chown -R nobody output
+chmod -R a+rwX output
chmod -R a+rX data yaksh
chmod -R o-w data yaksh
echo "** Installing python dependencies **"