From dc32d56fbc358bc84a0b6d83d011b542f4175631 Mon Sep 17 00:00:00 2001 From: weyu <985695055@qq.com> Date: Fri, 25 Apr 2025 00:11:43 +0800 Subject: [PATCH] fix etcd --- webs/etcd/toto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webs/etcd/toto.sh b/webs/etcd/toto.sh index ee17403..854840b 100644 --- a/webs/etcd/toto.sh +++ b/webs/etcd/toto.sh @@ -47,7 +47,7 @@ save_return(){ after_build(){ mkdir -p output/docs/latest/install - latest_docs_dst=`cat output/_redirects |grep -w '/docs/latest'|grep -v splat|awk '{print $2}' + latest_docs_dst=`cat output/_redirects |grep -w '/docs/latest'|grep -v splat|awk '{print $2}'` echo 'map[dest:'${latest_docs_dst}']' > output/docs/latest/index.html echo 'map[dest:'${latest_docs_dst}']' > output/docs/latest/install/index.html