[freeside-commits] branch FREESIDE_3_BRANCH updated. f8ec2cc082e07ee59135e586640b9df57b510daf

Ivan Kohler ivan at freeside.biz
Thu Feb 1 15:12:37 PST 2018


The branch, FREESIDE_3_BRANCH has been updated
       via  f8ec2cc082e07ee59135e586640b9df57b510daf (commit)
      from  abd42aa2f2e4cdbf3664da6a67174502a9ef8e18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f8ec2cc082e07ee59135e586640b9df57b510daf
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 1 15:12:36 2018 -0800

    fix masondata perm bs

diff --git a/debian/freeside.postinst b/debian/freeside.postinst
index bdbb7a8d6..3e7dc2502 100644
--- a/debian/freeside.postinst
+++ b/debian/freeside.postinst
@@ -3,5 +3,8 @@
 #probably not needed with systemd
 /usr/sbin/update-rc.d freeside defaults 23 01
 
+chown -R freeside /usr/local/etc/freeside
+rm -fr  /usr/local/etc/freeside/masondata/*
+
 exit 0
 

-----------------------------------------------------------------------

Summary of changes:
 debian/freeside.postinst | 3 +++
 1 file changed, 3 insertions(+)




More information about the freeside-commits mailing list