From: Todd Malsbary Date: Thu, 3 Jun 2021 21:25:39 +0000 (-0700) Subject: Fix typo in 06_host_cleanup.sh X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=f6aeb15803d55c0e500ec5ede2b26371728e368e;hp=07543184d7a2e2480f8cecc081ba9393bda39a42;p=icn.git Fix typo in 06_host_cleanup.sh Signed-off-by: Todd Malsbary Change-Id: Ibe2674df70d2bea8924a242f9c60475b87508fbb --- 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