fix wrong path

rugk 2018-06-21 12:45:03 +02:00
parent 4f86ad0887
commit 30c4b868c6

2
FAQ.md

@ -274,5 +274,5 @@ find "${pbdata}/" -type d -print0 | xargs -0 chmod 0750
echo "[chown] Directories"
chown -R ${rootuser}:${htgroup} "${pbpath}/"
chown -R ${pbuser}:${rootuser} "${pbpath}/"
chown -R ${pbuser}:${rootuser} "${pbdata}/"
```