Compare commits

..

2 Commits

Author SHA1 Message Date
3f2c82251b Merge branch 'master' into kd-live 2023-06-27 11:55:39 +09:00
d464812cf8 config 다운로드 경로 수정 2023-06-27 11:55:24 +09:00

View File

@ -439,7 +439,7 @@ func (hc *houstonClient) restartChildProcess(req *shared.RestartProcessRequest,
if proc.cmd.Process.Pid == int(req.Pid) {
if len(req.Config) > 0 {
// config.json를 먼저 다운로드 시도
root := proc.cmd.Path
root := proc.cmd.Dir
if _, err := download(root, hc.makeDownloadUrl(req.Config), ""); err != nil {
return err
}