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

Check for index file

parent 7230ccbd
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,11 @@ function install_pleroma {
echo 'Unable to build pleroma'
exit 7629352
fi
if [ ! -f ~/build/pleroma/dist/index.html ]; then
echo $'Unable to build pleroma index.html'
exit 5282682
fi
mv ~/build/pleroma/dist/index.html ~/build/pleroma/dist/pleroma.html
cp -r ~/build/pleroma/dist/* /var/www/$pleroma_domain/htdocs/
......
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