Quellcode durchsuchen

Bump postactiv commit

Bob Mottram vor 8 Jahren
Ursprung
Commit
37457255dc
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4
    4
      src/freedombone-app-postactiv

+ 4
- 4
src/freedombone-app-postactiv Datei anzeigen

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