Extra changes to support non-root in CIP

This commit is contained in:
Robert Parker
2019-03-19 11:29:33 +00:00
parent 350b8318ee
commit c3f40c84a7
10 changed files with 88 additions and 111 deletions

View File

@@ -34,6 +34,7 @@ func createDirStructure() error {
return err
}
log.Println("Created directory structure under /var/mqm")
return nil
}