scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit dd8cda898685d2f43608c12895f9390f82c9d04e
parent f3dedc4f366bf947066f023c56a74e6c18dddf7b
Author: clamiax <smoppy@gmail.com>
Date:   Mon,  2 Jul 2018 16:19:05 +0200

[txthole] Fix permissions settings

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -66,8 +66,8 @@ To serve content over HTTP, use something like this (nginx): Take care of applying the right user/permission to the pastes directory: - $ chgrp www-data /tmp/pastes - $ chmod g+sr /tmp/pastes # s used to keep group + # chgrp www-data /tmp/pastes + # chmod g+srx /tmp/pastes # s used to keep group iwpick