From 01fff59c25510b6801d37c78f446d734ddfabc52 Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 19 Apr 2017 23:19:18 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 258547e..69eef3c 100644 --- a/scripts/install +++ b/scripts/install @@ -190,7 +190,7 @@ sudo yunohost service add $app --log "/var/log/$app/cryptpad.log" pushd $final_path -./nodebb start # Démarre etherpad. Le démarrage est fait le plus tôt possible, car il est très long... +sudo ./nodebb start # Démarre Nodebb. Le démarrage est fait le plus tôt possible, car il est très long... popd #=================================================