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