Skip to content

Commit 88d6562

Browse files
committed
typo in cloud-setup-bonding.sh
1 parent 7cc93d4 commit 88d6562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ moveConfigToBond() {
6262

6363
poolUuid=$(xe pool-list | grep ^uuid | awk '{print $NF}')
6464
hostMaster=$(xe pool-param-get uuid=$poolUuid param-name=master)
65-
masterName=$(host-param-get param-name=hostname uuid=$hostMaster)
65+
masterName=$(xe host-param-get param-name=hostname uuid=$hostMaster)
6666
masterAddress=$(xe host-param-get param-name=address uuid=$hostMaster)
6767

6868
echo "#Begin check"

0 commit comments

Comments
 (0)