From b46cb7bda3ac5a5aeee141382496b9a78fca8cda Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sat, 22 Jul 2017 13:31:12 +0200 Subject: [PATCH] "Clean up" --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 003e3e0..24e244f 100755 --- a/install.sh +++ b/install.sh @@ -58,7 +58,7 @@ echo -e "\033[93m * Création des répertoires:\033[0m" # Création des répertoires de destination for DIR in $NC_EXPL_LIB $NC_EXPL_BIN $NC_EXPL_LOG $NC_EXPL_HST $NC_EXPL_CPT $NC_EXPL_TMP $NC_EXPL_DAT $NC_EXPL_MOD $NC_EXPL_CFG $NC_EXPL_MSG $NC_EXPL_MAN; do - echo -en " * ${DIR} " + echo -en " * ${DIR} " sudo mkdir -p ${DIR}; RET_VAL=$? if [ ! ${RET_VAL} -eq 0 ]; then