Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
-
clawdbot gateway install
|
| 4 |
-
clawdbot gateway start
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
+
sudo clawdbot gateway install
|
| 4 |
+
sudo clawdbot gateway start
|