From 0bdbb5e86c5855a07d658c78ce93b5ba6fe50f57 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 7 Jun 2011 03:11:54 +0000 Subject: [PATCH] set config ownership after install-rt --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ff363302e..65a5cb78b 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- 2.11.0