Skip to content
Snippets Groups Projects
Commit ea971e56 authored by Bob Mottram's avatar Bob Mottram
Browse files

Change permission on privatebin data directory

Avoids server error
parent 15f0e0c2
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ function secure_privatebin {
chown -R ${rootuser}:${htgroup} "${pbpath}/"
chown -R www-data:www-data "${pbdata}"
chmod 755 "${pbdata}"
}
function logging_on_privatebin {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment