From feb629211f5192b466a7b5b0b82941704633642c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 24 Oct 2017 11:31:43 +0100 Subject: [PATCH] Typo --- src/freedombone-app-cryptpad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'