Change permission on privatebin data directory
Avoids server error
This commit is contained in:
parent
15f0e0c28d
commit
ea971e5682
|
@ -55,6 +55,7 @@ function secure_privatebin {
|
||||||
|
|
||||||
chown -R ${rootuser}:${htgroup} "${pbpath}/"
|
chown -R ${rootuser}:${htgroup} "${pbpath}/"
|
||||||
chown -R www-data:www-data "${pbdata}"
|
chown -R www-data:www-data "${pbdata}"
|
||||||
|
chmod 755 "${pbdata}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function logging_on_privatebin {
|
function logging_on_privatebin {
|
||||||
|
|
Loading…
Reference in New Issue