diff options
author | Jeroen van Riet Paap <jeroenpraat@xs4all.nl> | 2016-03-07 19:53:58 +0100 |
---|---|---|
committer | Jeroen van Riet Paap <jeroenpraat@xs4all.nl> | 2016-03-07 19:53:58 +0100 |
commit | 68d7ab6b55d34e19055aaab30966c4827c63e370 (patch) | |
tree | a4068a1b610e62ee8c3ce93141b14f2595646b6e /.openshift/action_hooks/deploy | |
parent | 4a2c805270c5fca2ad6ad9f1c3cad87141459f23 (diff) | |
parent | 276f44328e4a35993641f249b0a48c1f511f9fa2 (diff) | |
download | volse-hubzilla-68d7ab6b55d34e19055aaab30966c4827c63e370.tar.gz volse-hubzilla-68d7ab6b55d34e19055aaab30966c4827c63e370.tar.bz2 volse-hubzilla-68d7ab6b55d34e19055aaab30966c4827c63e370.zip |
Merge pull request #308 from HaakonME/master
Updated Norwegian strings for Hubzilla.
@HaakonME Can you please check if this commit is correct: https://github.com/redmatrix/hubzilla/pull/308/files#diff-8844953d2396d7486ea8e8b194c1ce96
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 |