From 86598705efd5e23ab9803736a24d70836d46bf42 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Mon, 18 Jan 2016 19:47:06 +0100 Subject: Add default_permissions_role social_private to autocreate a social private channel upon account registration --- .openshift/action_hooks/deploy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3