[freeside-commits] branch FREESIDE_4_BRANCH updated. fe2598be4bbc940f69797334e3d5f848af55db1b

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


The branch, FREESIDE_4_BRANCH has been updated
       via  fe2598be4bbc940f69797334e3d5f848af55db1b (commit)
      from  9086b76f33dd802eca19fae3595692c0409f448f (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 fe2598be4bbc940f69797334e3d5f848af55db1b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 1 15:12:33 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