diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-02-01 15:12:36 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-02-01 15:12:36 -0800 |
commit | f8ec2cc082e07ee59135e586640b9df57b510daf (patch) | |
tree | 93f73aaa609975c74c806eaac92ef8339e5606d4 | |
parent | abd42aa2f2e4cdbf3664da6a67174502a9ef8e18 (diff) |
fix masondata perm bs
-rw-r--r-- | debian/freeside.postinst | 3 |
1 files changed, 3 insertions, 0 deletions
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 |