Browse Source

postactiv theme

Bob Mottram 8 years ago
parent
commit
c218eaa7a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-postactiv

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

785
         install_pleroma_front_end "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL" "$POSTACTIV_TITLE"
785
         install_pleroma_front_end "postactiv" "$POSTACTIV_DOMAIN_NAME" "$POSTACTIV_BACKGROUND_IMAGE_URL" "$POSTACTIV_TITLE"
786
         install_gnusocial_default_background "postactiv" "$POSTACTIV_DOMAIN_NAME"
786
         install_gnusocial_default_background "postactiv" "$POSTACTIV_DOMAIN_NAME"
787
         postactiv_customise_logo
787
         postactiv_customise_logo
788
-        sed -i 's|"theme":.*|"theme": "base16-apathy.css",|g' /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/static/config.json
788
+        sed -i 's|"theme":.*|"theme": "base16-harmonic16-light.css",|g' /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/static/config.json
789
     fi
789
     fi
790
 
790
 
791
     expire_gnusocial_posts "$POSTACTIV_DOMAIN_NAME" "postactiv" "$POSTACTIV_EXPIRE_MONTHS"
791
     expire_gnusocial_posts "$POSTACTIV_DOMAIN_NAME" "postactiv" "$POSTACTIV_EXPIRE_MONTHS"