From 29bae785aab7bd7435b725f796c9e8fd4e5b4032 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 27 Jul 2017 14:57:26 +0100 Subject: [PATCH] Upgrade sequence --- 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 bb70809e..4e32af1a 100755 --- a/src/freedombone-app-cryptpad +++ b/src/freedombone-app-cryptpad @@ -90,8 +90,8 @@ function upgrade_cryptpad { cd $CRYPTPAD_DIR npm install - su -c 'bower install' - cryptpad chown -R cryptpad:cryptpad $CRYPTPAD_DIR + su -c 'bower install' - cryptpad systemctl start cryptpad }