Skip to content
Snippets Groups Projects
Commit 4e8a9bb3 authored by Bob Mottram's avatar Bob Mottram
Browse files

Installing frontend with pleroma app

parent 3510d7aa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment