Ver código fonte

Installing frontend with pleroma app

Bob Mottram 7 anos atrás
pai
commit
4e8a9bb393
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      src/freedombone-utils-gnusocialtools

+ 2
- 2
src/freedombone-utils-gnusocialtools Ver arquivo

@@ -349,8 +349,8 @@ function install_pleroma_front_end {
349 349
         cp -r $INSTALL_DIR/pleroma/dist/* /var/www/${pleroma_domain}/htdocs/
350 350
         pleroma_set_background_image_from_url /var/www/${pleroma_domain}/htdocs "$pleroma_domain" "$background_url" "$title"
351 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 354
     fi
355 355
 
356 356