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 "搜索并替换完成。"