diff options
-rwxr-xr-x | debian/open-infrastructure-ceph-tools.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/open-infrastructure-ceph-tools.postinst b/debian/open-infrastructure-ceph-tools.postinst index 609e1b2..6b7e464 100755 --- a/debian/open-infrastructure-ceph-tools.postinst +++ b/debian/open-infrastructure-ceph-tools.postinst @@ -42,6 +42,7 @@ case "${1}" in if [ ! -e "${CONFFILE}" ] then + mkdir -p /etc/open-infrastructure cat > "${CONFFILE}" << EOF # /etc/open-infrastructure/ceph-tools.conf |