Browse Source

Bump postactiv commit

Bob Mottram 8 years ago
parent
commit
1269193713
2 changed files with 3 additions and 1 deletions
  1. 1
    0
      src/freedombone-app-gnusocial
  2. 2
    1
      src/freedombone-app-postactiv

+ 1
- 0
src/freedombone-app-gnusocial View File

@@ -279,6 +279,7 @@ function gnusocial_set_title {
279 279
             new_title=$(<$data)
280 280
             if [ ${#new_title} -gt 0 ]; then
281 281
                 GNUSOCIAL_TITLE="$new_title"
282
+                GNUSOCIAL_DOMAIN_NAME=$(get_completion_param "gnusocial domain")
282 283
                 write_config_param "GNUSOCIAL_TITLE" "$GNUSOCIAL_TITLE"
283 284
                 cd /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs/static
284 285
                 sed -i "s|\"name\":.*|\"name\": \"${GNUSOCIAL_TITLE}\",|g" config.json

+ 2
- 1
src/freedombone-app-postactiv View File

@@ -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='6fad887ce82ac8826f1798e393e8c78a2eaf3d91'
40
+POSTACTIV_COMMIT='8079a81aead78015e48bd894270f78ed67dc49e9'
41 41
 POSTACTIV_ADMIN_PASSWORD=
42 42
 
43 43
 POSTACTIV_BACKGROUND_IMAGE_URL=
@@ -264,6 +264,7 @@ function postactiv_set_title {
264 264
             new_title=$(<$data)
265 265
             if [ ${#new_title} -gt 0 ]; then
266 266
                 POSTACTIV_TITLE="$new_title"
267
+                POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
267 268
                 write_config_param "POSTACTIV_TITLE" "$POSTACTIV_TITLE"
268 269
                 cd /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/static
269 270
                 sed -i "s|\"name\":.*|\"name\": \"${POSTACTIV_TITLE}\",|g" config.json