Installing frontend with pleroma app

This commit is contained in:
Bob Mottram 2017-11-07 10:20:55 +00:00
parent 3510d7aa3c
commit 4e8a9bb393
1 changed files with 2 additions and 2 deletions

View File

@ -349,8 +349,8 @@ function install_pleroma_front_end {
cp -r $INSTALL_DIR/pleroma/dist/* /var/www/${pleroma_domain}/htdocs/
pleroma_set_background_image_from_url /var/www/${pleroma_domain}/htdocs "$pleroma_domain" "$background_url" "$title"
else
cp -r $INSTALL_DIR/pleroma/dist/* $PLEROMA_DIR
pleroma_set_background_image_from_url $PLEROMA_DIR "$pleroma_domain" "$background_url" "$title"
cp -r $INSTALL_DIR/pleroma/dist/* $PLEROMA_DIR/priv/static
pleroma_set_background_image_from_url $PLEROMA_DIR/priv/static "$pleroma_domain" "$background_url" "$title"
fi