Bob Mottram 7 years ago
parent
commit
3510d7aa3c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-gnusocialtools

+ 1
- 1
src/freedombone-utils-gnusocialtools View File

391
         fi
391
         fi
392
 
392
 
393
         basedir=/var/www/${domain_name}/htdocs
393
         basedir=/var/www/${domain_name}/htdocs
394
-        if [[ "$app_name" != 'pleroma' ]]; then
394
+        if [[ "$app_name" == 'pleroma' ]]; then
395
             basedir=$PLEROMA_DIR/priv/static
395
             basedir=$PLEROMA_DIR/priv/static
396
         fi
396
         fi
397
         if [ -f $basedir/static/logo.png ]; then
397
         if [ -f $basedir/static/logo.png ]; then