This commit is contained in:
Bob Mottram 2017-10-24 11:31:43 +01:00
parent 25dfda1493
commit feb629211f
1 changed files with 1 additions and 1 deletions

View File

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