Browse Source

No need to copy cryptpad icon

Bob Mottram 7 years ago
parent
commit
514a3c4cce
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/freedombone-app-cryptpad

+ 0
- 4
src/freedombone-app-cryptpad View File

@@ -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