Fix logo directory

This commit is contained in:
Bob Mottram 2018-03-21 14:54:11 +00:00
parent 48f108183b
commit d415be01c3
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ function pleroma_custom_logo {
fi
fi
if [ -f "$basedir/static/logo.png" ]; then
if [ -f "$basedir/priv/static/static/logo.png" ]; then
if [ -f "$HOME/${PROJECT_NAME}/img/logo_fbone3.png" ]; then
cp "$HOME/${PROJECT_NAME}/img/logo_fbone3.png" "$basedir/static/logo.png"
if [ -d "$basedir/priv/static/static" ]; then