From f6aeb15803d55c0e500ec5ede2b26371728e368e Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Thu, 3 Jun 2021 14:25:39 -0700 Subject: [PATCH] Fix typo in 06_host_cleanup.sh Signed-off-by: Todd Malsbary Change-Id: Ibe2674df70d2bea8924a242f9c60475b87508fbb --- env/metal3/06_host_cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/metal3/06_host_cleanup.sh b/env/metal3/06_host_cleanup.sh index f206d92..3f29be5 100755 --- a/env/metal3/06_host_cleanup.sh +++ b/env/metal3/06_host_cleanup.sh @@ -12,7 +12,7 @@ for name in ironic ironic-inspector dnsmasq httpd mariadb ipa-downloader; do done ip link set provisioning down || true -brctl delbr provision || true +brctl delbr provisioning || true ip link set dhcp0 down || true brctl delbr dhcp0 || true -- 2.16.6