From d464812cf8ca1ad36d7f50b2f386d9d4a0704746 Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 27 Jun 2023 11:55:24 +0900 Subject: [PATCH] =?UTF-8?q?config=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C?= =?UTF-8?q?=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/operation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }