diff options
author | mark <mark> | 2011-06-07 03:11:43 +0000 |
---|---|---|
committer | mark <mark> | 2011-06-07 03:11:43 +0000 |
commit | 0648ec59705ca8c020403d5352fcfcec02e5b5da (patch) | |
tree | 36e81428b9e48c0a55a7cb70fd1ffc0cfe9253fa /Makefile | |
parent | eb60190cfee653ba20c92ad3d3e49e84de9ca859 (diff) |
set config ownership after install-rt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -375,6 +375,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 \ |