"MaJ expl_refresh_socle_bash.sh"

此提交包含在:
2017-07-22 23:37:56 +02:00
父節點 0c34f1d409
當前提交 3981681ade

查看文件

@@ -127,7 +127,7 @@ function rm_local_repo
function install_local
{
fct_message "Installation locale du socle Bash" -color jaune
${SOCLE_DIR}/install.sh
sudo ${SOCLE_DIR}/install.sh
if [ ! ${RET_VAL} -eq 0 ]; then
ERROR="Erreur lors de l'installation du socle Bash"
fct_erreur 2
@@ -163,7 +163,7 @@ function cp_install_repo
fct_erreur 2
fi
fct_message "Installation du socle Bash sur ${VM}" -color jaune
ssh ${VM} "${SOCLE_DIR}/install.sh"
ssh ${VM} "sudo ${SOCLE_DIR}/install.sh"
if [ ! ${RET_VAL} -eq 0 ]; then
ERROR="Erreur lors de l'installation du socle Bash"
fct_erreur 2