Bob Mottram 8 年 前
コミット
5243ab9a2b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-gnusocial

+ 1
- 1
src/freedombone-app-gnusocial ファイルの表示

264
             return
264
             return
265
         fi
265
         fi
266
 
266
 
267
-        if ! grep -q "'img/custom" $gnusocial_config_file; then
267
+        if grep -q "'img/custom" $gnusocial_config_file; then
268
             sed -i "s|'img/custom.*|'img/custom.${GNUSOCIAL_BACKGROUND_IMAGE_URL_EXT}';|g" $gnusocial_config_file
268
             sed -i "s|'img/custom.*|'img/custom.${GNUSOCIAL_BACKGROUND_IMAGE_URL_EXT}';|g" $gnusocial_config_file
269
         fi
269
         fi
270
     fi
270
     fi