When pushed, this commit will replace hard-coded values with calls to LookupMQM

This commit is contained in:
Stephen Marshall
2018-04-25 14:09:23 +01:00
parent bf36f8bb2c
commit 3aa46e0793
6 changed files with 42 additions and 33 deletions

View File

@@ -78,7 +78,7 @@ func configureWebServer() error {
}
return err
}
uid, gid, err := lookupMQM()
uid, gid, err := command.LookupMQM()
if err != nil {
return err
}