diff --git a/scouter.client/src/scouter/client/util/ZipUtil.java b/scouter.client/src/scouter/client/util/ZipUtil.java index d01422360..f9e037e0e 100644 --- a/scouter.client/src/scouter/client/util/ZipUtil.java +++ b/scouter.client/src/scouter/client/util/ZipUtil.java @@ -85,7 +85,7 @@ private static void compressZip(File file, String root, ZipOutputStream zos) thr FileInputStream fis = null; try { String zipName = file.getPath().replace(root + "\\", ""); - zipName = file.getPath().replace(root + "/", ""); + zipName = zipName.replace(root + "/", ""); System.out.println("zipname:" + zipName); // 파일을 읽어드림