This commit is contained in:
Bob Mottram 2017-11-07 10:12:56 +00:00
parent 10b3c5cff9
commit 3510d7aa3c
1 changed files with 1 additions and 1 deletions

View File

@ -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