Browse Source

Installing frontend with pleroma app

Bob Mottram 7 years ago
parent
commit
4e8a9bb393
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-utils-gnusocialtools

+ 2
- 2
src/freedombone-utils-gnusocialtools View File

349
         cp -r $INSTALL_DIR/pleroma/dist/* /var/www/${pleroma_domain}/htdocs/
349
         cp -r $INSTALL_DIR/pleroma/dist/* /var/www/${pleroma_domain}/htdocs/
350
         pleroma_set_background_image_from_url /var/www/${pleroma_domain}/htdocs "$pleroma_domain" "$background_url" "$title"
350
         pleroma_set_background_image_from_url /var/www/${pleroma_domain}/htdocs "$pleroma_domain" "$background_url" "$title"
351
     else
351
     else
352
-        cp -r $INSTALL_DIR/pleroma/dist/* $PLEROMA_DIR
353
-        pleroma_set_background_image_from_url $PLEROMA_DIR "$pleroma_domain" "$background_url" "$title"
352
+        cp -r $INSTALL_DIR/pleroma/dist/* $PLEROMA_DIR/priv/static
353
+        pleroma_set_background_image_from_url $PLEROMA_DIR/priv/static "$pleroma_domain" "$background_url" "$title"
354
     fi
354
     fi
355
 
355
 
356
 
356