Bump postactiv commit

This commit is contained in:
Bob Mottram 2017-04-29 09:57:44 +01:00
parent c31ddedfeb
commit 37457255dc
1 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ POSTACTIV_DOMAIN_NAME=
POSTACTIV_CODE=
POSTACTIV_ONION_PORT=8100
POSTACTIV_REPO="https://git.postactiv.com/postActiv/postActiv.git"
POSTACTIV_COMMIT='432cbbd4c15e0dd6b0dd38d2d76cda14a53add3b'
POSTACTIV_COMMIT='f011df3d18c5b561b459970eb0c2f40b97c21944'
POSTACTIV_ADMIN_PASSWORD=
POSTACTIV_BACKGROUND_IMAGE_URL=
@ -215,9 +215,9 @@ function postactiv_running_script {
gnusocial_hourly_script postactiv $POSTACTIV_DOMAIN_NAME
# This was a hack to fix a bug in master, but may no longer be needed
echo "if ! grep -q \"//define('POSTACTIV',true);\" scripts/commandline.inc; then" >> /etc/cron.hourly/postactiv-daemons
echo " sed -i \"s|define('POSTACTIV',true);|//define('POSTACTIV',true);|g\" scripts/commandline.inc" >> /etc/cron.hourly/postactiv-daemons
echo 'fi' >> /etc/cron.hourly/postactiv-daemons
#echo "if ! grep -q \"//define('POSTACTIV',true);\" scripts/commandline.inc; then" >> /etc/cron.hourly/postactiv-daemons
#echo " sed -i \"s|define('POSTACTIV',true);|//define('POSTACTIV',true);|g\" scripts/commandline.inc" >> /etc/cron.hourly/postactiv-daemons
#echo 'fi' >> /etc/cron.hourly/postactiv-daemons
}
function reconfigure_postactiv {