From 77b9cd38b85fdae5110fb60b0b00d64ce6a5bc80 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Wed, 13 Jul 2016 09:51: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 36a577e..2e45f12 100644 --- a/scripts/install +++ b/scripts/install @@ -26,7 +26,7 @@ sudo yunohost app checkurl "${domain}${path}" -a "$app" \ sudo apt-get install jetty8 libjetty-extra -y -qq ## activer le démarrage de jetty -sudo sed sed -i "s/NO_START=1/NO_START=0/g" /etc/default/jetty8 +sudo sed -i "s/NO_START=1/NO_START=0/g" /etc/default/jetty8 # installation des dépendances pour la compilation de guacamole SRC_DIR="~/gacamole_src"