test EOF
This commit is contained in:
parent
f9ee969d21
commit
22d1a1770a
@ -6,10 +6,8 @@ user=root
|
||||
workdir=/$user/deploy
|
||||
ssh $user@$ip "mkdir -p $workdir" 2> /dev/null
|
||||
scp "./createGroups.sh" "./logins.csv" "Users.csv" "createUsers.sh" $user@$ip:$workdir
|
||||
# ssh $user@$ip << EOF
|
||||
# cd $workdir
|
||||
# bash $workdir/createGroups.sh
|
||||
# bash $workdir/createUsers.sh
|
||||
# rm -R $workdir
|
||||
# EOF
|
||||
ssh $user@$ip "cd $workdir ; bash $workdir/createGroups.sh ; bash $workdir/createUsers.sh ; rm -R $workdir"
|
||||
ssh $user@$ip << EOF
|
||||
cd $workdir ; bash createGroups.sh ; bash createUsers.sh
|
||||
rm -R $workdir
|
||||
EOF
|
||||
# ssh $user@$ip "cd $workdir ; bash $workdir/createGroups.sh ; bash $workdir/createUsers.sh ; rm -R $workdir"
|
||||
|
Loading…
x
Reference in New Issue
Block a user