commit | 48d9a4e47f97680863cca116633d1fd780d1ef40 | [log] [tgz] |
---|---|---|
author | Michael Tritz <mtritz@us.ibm.com> | Mon Sep 18 14:30:46 2017 -0500 |
committer | Michael Tritz <mtritz@us.ibm.com> | Mon Sep 18 19:33:29 2017 +0000 |
tree | da4808c72d74ced280ae8d2455959f97da08a06d | |
parent | 13fc66ad2ec8d6e65dfb025e5c149c0256ff070d [diff] |
PNOR Serialize: Change create_directory to create_directories Core dumps were observed when serialize attempts to create the directory /var/lib/obmc/openpower-pnor-code-mgmt because the parent directory /var/lib/obmc did not exist. This commit changes the create_directory call to create_directories so that any missing parent directories will be created. Change-Id: I051fb854b4bf770abec8e0f03f74c194339cc227 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>