diff --git a/client/operation.go b/client/operation.go index 384be7f..7f86ea2 100644 --- a/client/operation.go +++ b/client/operation.go @@ -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 }