瀏覽代碼

No need to copy cryptpad icon

Bob Mottram 7 年之前
父節點
當前提交
514a3c4cce
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. 0
    4
      src/freedombone-app-cryptpad

+ 0
- 4
src/freedombone-app-cryptpad 查看文件

@@ -234,10 +234,6 @@ function mesh_install_cryptpad {
234 234
         exit 783251
235 235
     fi
236 236
 
237
-    if [ -f $rootdir/root/$PROJECT_NAME/img/icon_cryptpad.png ]; then
238
-        cp $rootdir/root/$PROJECT_NAME/img/icon_cryptpad.png $rootdir$CRYPTPAD_DIR/icon_cryptpad.png
239
-    fi
240
-
241 237
     # an unprivileged user to run as
242 238
     chroot "$rootdir" useradd -d $CRYPTPAD_DIR/ cryptpad
243 239