From 6950b0bfe556dbafe4127846e6899247759b2f3b Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Wed, 13 Jul 2016 13:42:58 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 6fb5c07..0cb1804 100644 --- a/scripts/install +++ b/scripts/install @@ -30,7 +30,10 @@ 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="/home/admin/gacamole_src" +if [ ! -d $SRC_DIR] +then mkdir $SRC_DIR +fi check_dep () { if ! ynh_package_is_installed $DEP