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

+ 1
- 1
src/freedombone-app-cryptpad 查看文件

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'