Skip to content
Snippets Groups Projects
Commit c15772bd authored by Bob Mottram's avatar Bob Mottram
Browse files

Read GS/pA expire value

parent 2419c5ad
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,7 @@ function gnusocial_set_expire_months {
}
function configure_interactive_gnusocial {
read_config_param GNUSOCIAL_EXPIRE_MONTHS
while true
do
data=$(tempfile 2>/dev/null)
......
......@@ -315,6 +315,7 @@ function postactiv_set_expire_months {
}
function configure_interactive_postactiv {
read_config_param "POSTACTIV_EXPIRE_MONTHS"
while true
do
data=$(tempfile 2>/dev/null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment