When pushed, this commit will replace hard-coded values with calls to LookupMQM
This commit is contained in:
@@ -78,7 +78,7 @@ func configureWebServer() error {
|
||||
}
|
||||
return err
|
||||
}
|
||||
uid, gid, err := lookupMQM()
|
||||
uid, gid, err := command.LookupMQM()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user