Skip to content

Commit

Permalink
Update pre_pddf_init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang committed Aug 2, 2023
1 parent 8f8e144 commit 0270867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_bmc_status(self):
# "1": "absent", "0": "present"
sta, res = self.run_command("cat %s" % self.bmc_exist_cmd)
self.bmc_present = True if res == "0" else False
self.run_command("echo '%s' > /usr/local/bin/bmc_present" % self.bmc_present)
self.run_command("echo '%s' > /host/bmc_present" % self.bmc_present)
self.uninstall_lpc_basecpld()

def choose_pddf_device_json(self):
Expand Down

0 comments on commit 0270867

Please sign in to comment.