ソースを参照

Run cryptpad install script for mesh

Bob Mottram 7 年 前
コミット
25dfda1493
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4
    0
      src/freedombone-app-cryptpad

+ 4
- 0
src/freedombone-app-cryptpad ファイルの表示

@@ -342,12 +342,16 @@ chown -R cryptpad:cryptpad $CRYPTPAD_DIR
342 342
 su -c 'bower install' - cryptpad
343 343
 cp config.example.js config.js
344 344
 EOF
345
+    chmod +x $rootdir/usr/bin/install_cryptpad
346
+    chroor "$rootdir" /usr/bin/install_cryptpad
345 347
 
346 348
     if [ ! -f $rootdir$CRYPTPAD_DIR/config.js ]; then
347 349
         echo $'Cryptpad config file not found'
348 350
         exit 628252
349 351
     fi
350 352
 
353
+    rm $rootdir/usr/bin/install_cryptpad
354
+
351 355
     sed -i "s|httpPort:.*|httpPort: $CRYPTPAD_PORT,|g" $rootdir$CRYPTPAD_DIR/config.js
352 356
     sed -i "s|// domain:|domain:|g" $rootdir$CRYPTPAD_DIR/config.js
353 357
     sed -i 's|openFileLimit:.*|openFileLimit: 1024,|g' $rootdir$CRYPTPAD_DIR/config.js