|
Link Here
|
| 19 |
|
19 |
|
| 20 |
# Since I have no idea how I could do this during the webapp-config installation, |
20 |
# Since I have no idea how I could do this during the webapp-config installation, |
| 21 |
# lets do it during start up... |
21 |
# lets do it during start up... |
| 22 |
for DIR in cache cache/htmlpurifier cache/magpie cache/simplepie cache/images cache/export lock feed-icons; do |
22 |
for DIR in cache cache/magpie cache/simplepie cache/images cache/export lock feed-icons; do |
| 23 |
[ -d "${INSTANCE_DIR}/${DIR}" ] && chgrp ttrssd "${INSTANCE_DIR}/${DIR}" |
23 |
[ -d "${INSTANCE_DIR}/${DIR}" ] && chgrp ttrssd "${INSTANCE_DIR}/${DIR}" |
| 24 |
[ -d "${INSTANCE_DIR}/${DIR}" ] && chmod g+w "${INSTANCE_DIR}/${DIR}" |
24 |
[ -d "${INSTANCE_DIR}/${DIR}" ] && chmod g+w "${INSTANCE_DIR}/${DIR}" |
| 25 |
done |
25 |
done |