Merge branch 'develop' into dist/eole/2.7.0/develop

This commit is contained in:
vincent 2019-02-25 16:20:28 +01:00
commit 853b6c11b7
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ EOF
function copy_files() function copy_files()
{ {
local host=${1} local host=${1}
su - oneadmin -c "scp ~oneadmin/.one/* ${host}:oneadmin/.one/" su - oneadmin -c "scp .one/* ${host}:.one/"
} }
# #
@ -166,7 +166,7 @@ for host in ${HAPY_SLV}; do
EchoVert " * Enregistrement du noeud" EchoVert " * Enregistrement du noeud"
register_node ${host} register_node ${host}
sync_host ${host} sync_host ${host}
wait_node_ok ${host} # wait_node_ok ${host}
done done
if [ $master = 0 ]; then if [ $master = 0 ]; then