Change permission on privatebin data directory

Avoids server error
This commit is contained in:
Bob Mottram 2018-05-13 19:36:56 +01:00
parent 15f0e0c28d
commit ea971e5682
1 changed files with 1 additions and 0 deletions

View File

@ -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 {