diff --git a/src/freedombone-app-cryptpad b/src/freedombone-app-cryptpad index 88ea5c11..301f4f67 100755 --- a/src/freedombone-app-cryptpad +++ b/src/freedombone-app-cryptpad @@ -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'