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=refs%2Fchanges%2F06%2F4306%2F1;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