diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-10-18 18:51:29 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-10-18 18:51:29 +0200 |
commit | ea8364eba57899dab477ef0acaf52d6485254ad7 (patch) | |
tree | e2aae9a9f37e70bf4a019b13a9c9210432cc415f /.openshift | |
parent | fc4b1693f9596f0ab97903489ce3fb677dd2b969 (diff) | |
download | volse-hubzilla-ea8364eba57899dab477ef0acaf52d6485254ad7.tar.gz volse-hubzilla-ea8364eba57899dab477ef0acaf52d6485254ad7.tar.bz2 volse-hubzilla-ea8364eba57899dab477ef0acaf52d6485254ad7.zip |
Added config settings sensible for Hubzilla on OpenShift - fixes
Diffstat (limited to '.openshift')
-rwxr-xr-x | .openshift/action_hooks/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index d85f5a50c..dafde2d69 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -179,7 +179,7 @@ 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 -cd {$OPENSHIFT_REPO_DIR} +cd ${OPENSHIFT_REPO_DIR} util/config system expire_delivery_reports 3 util/config system feed_contacts 0 util/config system disable_discover_tab 1 |