Donyking1818 commited on
Commit
b2e732c
·
verified ·
1 Parent(s): 376cb47

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -11
start.sh DELETED
@@ -1,11 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Install cloudflared (tunnel)
4
- wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared
5
- chmod +x cloudflared
6
-
7
- # Start tunnel di background
8
- ./cloudflared tunnel --url http://localhost:7860 --no-autoupdate > /dev/null 2>&1 &
9
-
10
- # Start bot
11
- node index.js