Update start-openclaw.sh
Browse files- start-openclaw.sh +9 -1
start-openclaw.sh
CHANGED
|
@@ -141,7 +141,15 @@ openclaw doctor --fix || true
|
|
| 141 |
#npx -y @larksuite/openclaw-lark install
|
| 142 |
#npx -y @larksuite/openclaw-lark-tools install
|
| 143 |
|
| 144 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 145 |
|
| 146 |
|
| 147 |
# ================================================
|
|
|
|
| 141 |
#npx -y @larksuite/openclaw-lark install
|
| 142 |
#npx -y @larksuite/openclaw-lark-tools install
|
| 143 |
|
| 144 |
+
echo "正在检查并批准飞书 pairing 请求..."
|
| 145 |
+
|
| 146 |
+
# 批准 coder_bot(你现在能用的那个)
|
| 147 |
+
openclaw pairing approve feishu --account coder_bot --notify || true
|
| 148 |
+
|
| 149 |
+
# 批准 main_bot(你想让它也正常工作的那个)
|
| 150 |
+
openclaw pairing approve feishu --account main_bot --notify || true
|
| 151 |
+
|
| 152 |
+
echo "配对处理完成"
|
| 153 |
|
| 154 |
|
| 155 |
# ================================================
|