Spaces:
Paused
Paused
Delete start.sh
Browse files
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|