diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-18 19:47:06 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-18 19:47:06 +0100 |
commit | 86598705efd5e23ab9803736a24d70836d46bf42 (patch) | |
tree | 994971247fbc119d633d652c725c0d7e11a0f18b /.openshift/action_hooks/deploy | |
parent | 5d24f62b95b5ac47e490c1859cc1eeb806be594d (diff) | |
download | volse-hubzilla-86598705efd5e23ab9803736a24d70836d46bf42.tar.gz volse-hubzilla-86598705efd5e23ab9803736a24d70836d46bf42.tar.bz2 volse-hubzilla-86598705efd5e23ab9803736a24d70836d46bf42.zip |
Add default_permissions_role social_private to autocreate a social private channel upon account registration
Diffstat (limited to '.openshift/action_hooks/deploy')
-rwxr-xr-x | .openshift/action_hooks/deploy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index fb5f5d170..3ed026299 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -179,8 +179,9 @@ echo "chmod done, permissions set to 777 on poller script." # Hubzilla configuration - changes to default settings # to make Hubzilla on OpenShift a more pleasant experience -echo "Changing default configuration to conserve space" +echo "Changing default configuration to conserve space and autocreate a social private channel upon account registration" cd ${OPENSHIFT_REPO_DIR} +util/config system default_permissions_role social_private util/config system expire_delivery_reports 3 util/config system feed_contacts 0 util/config system diaspora_enabled 0 |