logic
This commit is contained in:
parent
10b3c5cff9
commit
3510d7aa3c
|
@ -391,7 +391,7 @@ function upgrade_pleroma_frontend {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
basedir=/var/www/${domain_name}/htdocs
|
basedir=/var/www/${domain_name}/htdocs
|
||||||
if [[ "$app_name" != 'pleroma' ]]; then
|
if [[ "$app_name" == 'pleroma' ]]; then
|
||||||
basedir=$PLEROMA_DIR/priv/static
|
basedir=$PLEROMA_DIR/priv/static
|
||||||
fi
|
fi
|
||||||
if [ -f $basedir/static/logo.png ]; then
|
if [ -f $basedir/static/logo.png ]; then
|
||||||
|
|
Loading…
Reference in New Issue