igor04091968 commited on
Commit
b3be51c
·
verified ·
1 Parent(s): dadf959

Delete start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -17
start.sh DELETED
@@ -1,17 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Set a writable directory for the x-ui database
4
- export XUI_DB_FOLDER=/tmp
5
-
6
- # Function to run chisel client in a loop
7
- run_chisel() {
8
- while true; do
9
- echo "Starting chisel client..."
10
- /usr/local/bin/chisel server -v --auth "chisel:2025" --port 993 --reverse
11
- echo "Chisel server exited. Restarting in 5 seconds..."
12
- sleep 5
13
- done
14
- }
15
-
16
- # Start chisel in the background
17
- run_chisel