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

Pleroma uses smaller white logo

parent 1414edb2
No related branches found
No related tags found
No related merge requests found
img/logo_white_small.png

10.4 KiB

......@@ -70,11 +70,11 @@ function pleroma_set_background_image_from_url {
# customise the logo
if [ -f /var/www/${domain_name}/htdocs/static/logo.png ]; then
if [ -f ~/freedombone/img/logo_white.png ]; then
cp ~/freedombone/img/logo_white.png /var/www/${domain_name}/htdocs/static/logo.png
if [ -f ~/freedombone/img/logo_white_small.png ]; then
cp ~/freedombone/img/logo_white_small.png /var/www/${domain_name}/htdocs/static/logo.png
else
if [ -f /home/$MY_USERNAME/freedombone/img/logo_white.png ]; then
cp /home/$MY_USERNAME/freedombone/img/logo_white.png /var/www/${domain_name}/htdocs/static/logo.png
if [ -f /home/$MY_USERNAME/freedombone/img/logo_white_small.png ]; then
cp /home/$MY_USERNAME/freedombone/img/logo_white_small.png /var/www/${domain_name}/htdocs/static/logo.png
fi
fi
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