From 9cc183a531e1e309a99784f65b15c0fb1a18ddef Mon Sep 17 00:00:00 2001 From: P Dheeraj Srujan Kumar Date: Fri, 6 May 2022 06:11:20 +0530 Subject: Update to internal 1-0.91-67 Signed-off-by: P Dheeraj Srujan Kumar --- .../meta-common/recipes-network/network/static-mac-addr/mac-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check') diff --git a/meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check b/meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check index 429f9264b..e949a9117 100644 --- a/meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check +++ b/meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check @@ -84,7 +84,7 @@ configure_netipmid_svc_eth1() { /bin/systemctl enable "phosphor-ipmi-net@eth1.socket" /bin/systemctl start "phosphor-ipmi-net@eth1.socket" fi - if [ $(systemctl is-enabled phosphor-ipmi-net@eth1.service) =="disabled" ]; + if [ $(systemctl is-enabled phosphor-ipmi-net@eth1.service) == "disabled" ]; then /bin/systemctl enable "phosphor-ipmi-net@eth1.service" /bin/systemctl start "phosphor-ipmi-net@eth1.service" -- cgit v1.2.3