Fix MIQM
This commit is contained in:
committed by
Stephen D Marshall
parent
28291306cb
commit
52b4eeea32
@@ -98,6 +98,9 @@ func AddStanzas(qmname string) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
qmgrDir = filepath.Join(qm.Prefix, "qmgrs", qm.Directory)
|
qmgrDir = filepath.Join(qm.Prefix, "qmgrs", qm.Directory)
|
||||||
|
if qm.DataPath != "" {
|
||||||
|
qmgrDir = qm.DataPath
|
||||||
|
}
|
||||||
|
|
||||||
//Find the users ini configuration file
|
//Find the users ini configuration file
|
||||||
files := getIniFileList()
|
files := getIniFileList()
|
||||||
|
|||||||
Reference in New Issue
Block a user