瀏覽代碼

invert logic

Bob Mottram 8 年之前
父節點
當前提交
5243ab9a2b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-gnusocial

+ 1
- 1
src/freedombone-app-gnusocial 查看文件

@@ -264,7 +264,7 @@ function gnusocial_set_background_image_from_url {
264 264
             return
265 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 268
             sed -i "s|'img/custom.*|'img/custom.${GNUSOCIAL_BACKGROUND_IMAGE_URL_EXT}';|g" $gnusocial_config_file
269 269
         fi
270 270
     fi