Bläddra i källkod

Read GS/pA expire value

Bob Mottram 7 år sedan
förälder
incheckning
c15772bd21
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1
    0
      src/freedombone-app-gnusocial
  2. 1
    0
      src/freedombone-app-postactiv

+ 1
- 0
src/freedombone-app-gnusocial Visa fil

@@ -299,6 +299,7 @@ function gnusocial_set_expire_months {
299 299
 }
300 300
 
301 301
 function configure_interactive_gnusocial {
302
+    read_config_param GNUSOCIAL_EXPIRE_MONTHS
302 303
     while true
303 304
     do
304 305
         data=$(tempfile 2>/dev/null)

+ 1
- 0
src/freedombone-app-postactiv Visa fil

@@ -315,6 +315,7 @@ function postactiv_set_expire_months {
315 315
 }
316 316
 
317 317
 function configure_interactive_postactiv {
318
+    read_config_param "POSTACTIV_EXPIRE_MONTHS"
318 319
     while true
319 320
     do
320 321
         data=$(tempfile 2>/dev/null)