diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-18 19:57:00 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-18 19:57:00 +0100 |
commit | 2a57f716d30dd62d6801cbdf031459e7ac6925e7 (patch) | |
tree | 47877e647f593d432a298a0712a9a33fec8351ab /.openshift/action_hooks | |
parent | 86598705efd5e23ab9803736a24d70836d46bf42 (diff) | |
download | volse-hubzilla-2a57f716d30dd62d6801cbdf031459e7ac6925e7.tar.gz volse-hubzilla-2a57f716d30dd62d6801cbdf031459e7ac6925e7.tar.bz2 volse-hubzilla-2a57f716d30dd62d6801cbdf031459e7ac6925e7.zip |
Add config workflow_channel_next and set to channel
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 3ed026299..06a2440a0 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -182,6 +182,7 @@ echo "chmod done, permissions set to 777 on poller script." 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 workflow_channel_next channel util/config system expire_delivery_reports 3 util/config system feed_contacts 0 util/config system diaspora_enabled 0 |