Bob Mottram 7 年之前
父節點
當前提交
3510d7aa3c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-utils-gnusocialtools

+ 1
- 1
src/freedombone-utils-gnusocialtools 查看文件

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