summarylogtreecommitdiffstats
path: root/flowee.install
diff options
context:
space:
mode:
Diffstat (limited to 'flowee.install')
-rw-r--r--flowee.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowee.install b/flowee.install
index 54f657dfae8b..fe7c80b640f0 100644
--- a/flowee.install
+++ b/flowee.install
@@ -9,7 +9,7 @@ post_install() {
if test ! -d "$_dir"; then
mkdir -m 750 "$_dir"
fi
- mkdir -p -m 770 "$_log"
+ mkdir -p -m 750 "$_log"
chown -R $_bc_user:$_bc_group "$_dir" "$_cnf" "$_log"
}