From b7720972cd9fdf2418ead9421e808ae6791ce09c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 27 Jul 2017 14:50:12 +0100 Subject: [PATCH] Needs bower install --- src/freedombone-app-cryptpad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-app-cryptpad b/src/freedombone-app-cryptpad index a3c7b5a7..bb70809e 100755 --- a/src/freedombone-app-cryptpad +++ b/src/freedombone-app-cryptpad @@ -90,6 +90,8 @@ function upgrade_cryptpad { cd $CRYPTPAD_DIR npm install + su -c 'bower install' - cryptpad + chown -R cryptpad:cryptpad $CRYPTPAD_DIR systemctl start cryptpad }