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

+ 1
- 1
src/freedombone-app-cryptpad View File

343
 cp config.example.js config.js
343
 cp config.example.js config.js
344
 EOF
344
 EOF
345
     chmod +x $rootdir/usr/bin/install_cryptpad
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
     if [ ! -f $rootdir$CRYPTPAD_DIR/config.js ]; then
348
     if [ ! -f $rootdir$CRYPTPAD_DIR/config.js ]; then
349
         echo $'Cryptpad config file not found'
349
         echo $'Cryptpad config file not found'