From 3d742206d52db8446eb67e86b29238cd7eedf8b4 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Thu, 18 Jul 2024 17:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E6=96=87=E4=BB=B6=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- replace_ip.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/replace_ip.sh b/replace_ip.sh index c007368..d4159ec 100644 --- a/replace_ip.sh +++ b/replace_ip.sh @@ -18,4 +18,6 @@ fi echo "开始搜索并替换文件夹中的字符串..." find "$root_dir" -type f -exec sed -i "s/$search_string/$replace_string/g" {} + +cp -rf 00-docker-compose/forgeplus/* forgeplus/ + echo "搜索并替换完成。"