"MaJ expl_refresh_socle_bash.sh"

This commit is contained in:
Doug Le Tough 2017-07-22 23:41:57 +02:00
parent f25600062a
commit 32cf84d6d1
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ function install_local
if [ ! ${RET_VAL} -eq 0 ]; then if [ ! ${RET_VAL} -eq 0 ]; then
ERROR="Erreur lors de l'installation du socle Bash" ERROR="Erreur lors de l'installation du socle Bash"
fct_erreur 2 fct_erreur 2
fi fi
fct_message "----------------------------------------------------------"
} }
function clone_repo function clone_repo