summarylogtreecommitdiffstats
path: root/flowee.install
diff options
context:
space:
mode:
authorTomZ2020-12-23 14:31:56 +0100
committerTomZ2020-12-23 14:32:47 +0100
commit4f95636bc9733d67df8a6a7605083cfe5e9b2677 (patch)
tree580ba3fe9f69d32c003130305c64849128cfd00a /flowee.install
parentd39390e9e523448e04930016c377b6ee80d977d7 (diff)
downloadaur-4f95636bc9733d67df8a6a7605083cfe5e9b2677.tar.gz
Fixes and add logrotate.
Also disable tests for now, since some time based test failed upstream.
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"
}