diff --git a/submissions/README.md b/submissions/README.md index 3a586e4..2fbfea0 100644 --- a/submissions/README.md +++ b/submissions/README.md @@ -4,7 +4,7 @@ to enable submissions you need to do the following: apt install php-gd -y # chmod 777 the submission.csv file to enable php to write to it -chmod 777 /srv/darknet-lantern/submissions/submission.csv +chmod 777 -R /srv/darknet-lantern/submissions/ ```