aboutsummaryrefslogtreecommitdiffstats
path: root/.openshift
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-18 20:17:09 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-18 20:17:09 -0700
commitb54c4df74dd370c74d5822cdd00e0cf1ff52493f (patch)
tree8c2539297a17b3f1409536b94dd4558c5a32bd08 /.openshift
parentf0a33c00bc7f60f986edc53f3fa98d8b270f978a (diff)
parent8631b2813047d272dc33a492d713c46db473a402 (diff)
downloadvolse-hubzilla-b54c4df74dd370c74d5822cdd00e0cf1ff52493f.tar.gz
volse-hubzilla-b54c4df74dd370c74d5822cdd00e0cf1ff52493f.tar.bz2
volse-hubzilla-b54c4df74dd370c74d5822cdd00e0cf1ff52493f.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to '.openshift')
-rwxr-xr-x.openshift/action_hooks/deploy9
1 files changed, 8 insertions, 1 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy
index 1256cc0c1..dafde2d69 100755
--- a/.openshift/action_hooks/deploy
+++ b/.openshift/action_hooks/deploy
@@ -155,7 +155,7 @@ fi
echo "Now chmod 777 -R poller"
-chmod -R 777 ${OPENSHIFT_REPO}.openshift/cron/minutely/poller
+chmod -R 777 ${OPENSHIFT_REPO_DIR}.openshift/cron/minutely/poller
echo "chmod done, permissions set to 777 on poller script."
@@ -176,3 +176,10 @@ echo "chmod done, permissions set to 777 on poller script."
### fi
####
+
+# Hubzilla configuration - changes to default settings
+# to make Hubzilla on OpenShift a more pleasant experience
+cd ${OPENSHIFT_REPO_DIR}
+util/config system expire_delivery_reports 3
+util/config system feed_contacts 0
+util/config system disable_discover_tab 1