summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check
diff options
context:
space:
mode:
authordheerajpdsk <p.dheeraj.srujan.kumar@intel.com>2022-05-06 12:32:30 +0300
committerGitHub <noreply@github.com>2022-05-06 12:32:30 +0300
commit0945170f93cc0c101bf01739f41136c2f05af570 (patch)
tree4899512512abc7e1529391ae48337ec8b40acced /meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check
parentca8d06bc610af08c2d3efc487aa9519989b743e6 (diff)
parent9cc183a531e1e309a99784f65b15c0fb1a18ddef (diff)
downloadopenbmc-0945170f93cc0c101bf01739f41136c2f05af570.tar.xz
Merge pull request #81 from Intel-BMC/update1-0.91-67
Update to internal 1-0.91-67
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"