Spaces:
Paused
Paused
Update startup
Browse files
startup
CHANGED
@@ -18,4 +18,5 @@ echo "
|
|
18 |
Visit @xteam_cloner for updates!!
|
19 |
|
20 |
"
|
21 |
-
|
|
|
|
18 |
Visit @xteam_cloner for updates!!
|
19 |
|
20 |
"
|
21 |
+
if [ -f .env ] ; then set -o allexport; source .env; set +o allexport ; fi
|
22 |
+
if [ $SESSION1 ] ; then python3 multi_client.py ; else python3 -m xteam ; fi
|