summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check
diff options
context:
space:
mode:
authorP Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>2022-05-06 03:41:20 +0300
committerP Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>2022-05-06 03:58:27 +0300
commit9cc183a531e1e309a99784f65b15c0fb1a18ddef (patch)
tree4899512512abc7e1529391ae48337ec8b40acced /meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check
parentca8d06bc610af08c2d3efc487aa9519989b743e6 (diff)
downloadopenbmc-9cc183a531e1e309a99784f65b15c0fb1a18ddef.tar.xz
Update to internal 1-0.91-67
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check2
1 files changed, 1 insertions, 1 deletions
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"