diff options
author | mark <mark> | 2011-06-07 03:11:54 +0000 |
---|---|---|
committer | mark <mark> | 2011-06-07 03:11:54 +0000 |
commit | 0bdbb5e86c5855a07d658c78ce93b5ba6fe50f57 (patch) | |
tree | 16bf882142d54431546532db5119c2f9d36fa8ac | |
parent | acf5f67e07707422f954d609a4b4bd2eac12d39d (diff) |
set config ownership after install-rt
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -374,6 +374,8 @@ install-rt: s'%%%RT_TIMEZONE%%%'${RT_TIMEZONE}'g;\ s'%%%FREESIDE_URL%%%'${FREESIDE_URL}'g;\ " ${RT_PATH}/etc/RT_SiteConfig.pm; fi + if [ ${RT_ENABLED} -eq 1 ]; then \ + chown -R freeside:freeside ${RT_PATH}/etc; fi install-rt-initialdata: if [ ${RT_ENABLED} -eq 1 ] && [ -d ${RT_PATH} ]; then \ |