Fix logo directory
This commit is contained in:
parent
48f108183b
commit
d415be01c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue