Quellcode durchsuchen

No need to copy cryptpad icon

Bob Mottram vor 7 Jahren
Ursprung
Commit
514a3c4cce
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0
    4
      src/freedombone-app-cryptpad

+ 0
- 4
src/freedombone-app-cryptpad Datei anzeigen

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