summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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