copie .one leader => follower

This commit is contained in:
Emmanuel Garette 2019-02-25 16:18:40 +01:00
parent 3da92ac827
commit c52965f017
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ EOF
function copy_files()
{
local host=${1}
su - oneadmin -c "scp ~oneadmin/.one/* ${host}:oneadmin/.one/"
su - oneadmin -c "scp .one/* ${host}:.one/"
}
#