diff --git a/scripts/install b/scripts/install index 0cb1804..9e49148 100644 --- a/scripts/install +++ b/scripts/install @@ -30,7 +30,7 @@ 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] +if [ ! -d $SRC_DIR ] then mkdir $SRC_DIR fi