diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-19 21:06:55 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-19 21:06:55 +0100 |
commit | da6abe5462eca82a2322f75c0d7bde01a45ebf36 (patch) | |
tree | 42f3669b2814629881c3f5acdb539ae5174217bd /.openshift/action_hooks/deploy | |
parent | 1e523414f8a7949f4f685a8cd960c2352ac94e0d (diff) | |
download | volse-hubzilla-da6abe5462eca82a2322f75c0d7bde01a45ebf36.tar.gz volse-hubzilla-da6abe5462eca82a2322f75c0d7bde01a45ebf36.tar.bz2 volse-hubzilla-da6abe5462eca82a2322f75c0d7bde01a45ebf36.zip |
Added auto_channel_create to config to ease registration
Diffstat (limited to '.openshift/action_hooks/deploy')
-rwxr-xr-x | .openshift/action_hooks/deploy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index 06a2440a0..c3bdf575a 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -181,6 +181,7 @@ echo "chmod done, permissions set to 777 on poller script." # to make Hubzilla on OpenShift a more pleasant experience echo "Changing default configuration to conserve space and autocreate a social private channel upon account registration" cd ${OPENSHIFT_REPO_DIR} +util/config system auto_channel_create util/config system default_permissions_role social_private util/config system workflow_channel_next channel util/config system expire_delivery_reports 3 |