Setup Script - Fix master variable

This commit is contained in:
Mike Reeves
2018-03-27 10:10:28 -04:00
parent b661cc7030
commit ef9d73edd2

View File

@@ -116,7 +116,7 @@ copy_ssh_key() {
cat /dev/zero | ssh-keygen -f ~/.ssh/so.key -t rsa -q -N "" cat /dev/zero | ssh-keygen -f ~/.ssh/so.key -t rsa -q -N ""
chown -R $SUDO_USER:$SUDO_USER ~/.ssh chown -R $SUDO_USER:$SUDO_USER ~/.ssh
#Copy the key over to the master #Copy the key over to the master
sudo ssh-copy-id -i ~/.ssh/so.key socore@$MASTER sudo ssh-copy-id -i ~/.ssh/so.key socore@$MSRV
} }
create_bond() { create_bond() {