From 10d584cf98e81743af5c76238699c805fb10ed8f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Apr 2025 15:57:31 +0200 Subject: [PATCH] fix readme --- submissions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ ```