diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-07 21:48:12 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-07 21:48:12 +0100 |
commit | 6824fb9f935e1e2a5405571a08b4c1a3c43a7768 (patch) | |
tree | d7334b7118fbce55f954017ca3395d5d43f863b6 /.openshift/action_hooks | |
parent | b2216f82036e9ea6baab6db68899e4bafa732d65 (diff) | |
parent | 0799a0a3be3ceebbee2551e4dcb201651f73206e (diff) | |
download | volse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.tar.gz volse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.tar.bz2 volse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to '.openshift/action_hooks')
-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 |