Spaces:
Runtime error
Runtime error
update
Browse files- entrypoint.sh +4 -4
entrypoint.sh
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
set -e
|
| 3 |
|
| 4 |
-
echo "Installing DingTalk plugin..."
|
| 5 |
-
npm install -g @soimy/dingtalk 2>/dev/null || true
|
| 6 |
-
openclaw plugins install @soimy/dingtalk 2>/dev/null || true
|
| 7 |
|
| 8 |
-
openclaw doctor --fix
|
| 9 |
|
| 10 |
echo "Starting OpenClaw gateway..."
|
| 11 |
exec openclaw gateway
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
set -e
|
| 3 |
|
| 4 |
+
# echo "Installing DingTalk plugin..."
|
| 5 |
+
# npm install -g @soimy/dingtalk 2>/dev/null || true
|
| 6 |
+
# openclaw plugins install @soimy/dingtalk 2>/dev/null || true
|
| 7 |
|
| 8 |
+
# openclaw doctor --fix
|
| 9 |
|
| 10 |
echo "Starting OpenClaw gateway..."
|
| 11 |
exec openclaw gateway
|