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

+ 1
- 1
src/freedombone-app-cryptpad Datei anzeigen

@@ -343,7 +343,7 @@ su -c 'bower install' - cryptpad
343 343
 cp config.example.js config.js
344 344
 EOF
345 345
     chmod +x $rootdir/usr/bin/install_cryptpad
346
-    chroor "$rootdir" /usr/bin/install_cryptpad
346
+    chroot "$rootdir" /usr/bin/install_cryptpad
347 347
 
348 348
     if [ ! -f $rootdir$CRYPTPAD_DIR/config.js ]; then
349 349
         echo $'Cryptpad config file not found'