From 0648ec59705ca8c020403d5352fcfcec02e5b5da Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 7 Jun 2011 03:11:43 +0000 Subject: set config ownership after install-rt --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 804e292f3..59f5e2fd8 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.1