Added config settings sensible for Hubzilla on OpenShift

This commit is contained in:
Haakon Meland Eriksen 2015-10-18 18:40:55 +02:00
parent 126628546b
commit fc4b1693f9

View File

@ -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