This commit is contained in:
Stephen Marshall
2019-08-30 11:10:47 +01:00
committed by Stephen D Marshall
parent 28291306cb
commit 52b4eeea32

View File

@@ -98,6 +98,9 @@ func AddStanzas(qmname string) error {
return err
}
qmgrDir = filepath.Join(qm.Prefix, "qmgrs", qm.Directory)
if qm.DataPath != "" {
qmgrDir = qm.DataPath
}
//Find the users ini configuration file
files := getIniFileList()