summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-01-05 20:56:52 +0100
committerJulien Valroff <julien@kirya.net>2010-01-05 20:56:52 +0100
commit9467b708aabda209eac2a7439588ef84d92dc9f0 (patch)
tree5348ea0f939e160d29a666e40665db77129f65f8
parent04b367b0fc7259e19f2b628f7c07d54423b922fc (diff)
Make sure the rrd directory has the correct ownership
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index cbcb209..1217cdf 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -45,8 +45,8 @@ make_rrd_dir()
{
if [ ! -d ${RRD_DIR} ]; then
mkdir ${RRD_DIR}
- chown www-data:www-data ${RRD_DIR}
fi
+ chown www-data:www-data ${RRD_DIR}
}
if [ -f ${CONFIG} ]; then