Spaces:
Paused
Paused
Commit
·
e0fca5d
1
Parent(s):
0ed2a9d
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -57,4 +57,4 @@ echo "Resetting x-ui admin credentials..."
|
|
| 57 |
# Start x-ui in the foreground
|
| 58 |
echo "Starting x-ui panel..."
|
| 59 |
cd /usr/local/x-ui
|
| 60 |
-
./x-ui
|
|
|
|
| 57 |
# Start x-ui in the foreground
|
| 58 |
echo "Starting x-ui panel..."
|
| 59 |
cd /usr/local/x-ui
|
| 60 |
+
exec ./x-ui
|