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