summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-network/network/static-mac-addr/mac-check
diff options
context:
space:
mode:
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"