xteamki commited on
Commit
58b05bf
·
verified ·
1 Parent(s): a4b9304

Update startup

Browse files
Files changed (1) hide show
  1. startup +2 -1
startup CHANGED
@@ -18,4 +18,5 @@ echo "
18
  Visit @xteam_cloner for updates!!
19
 
20
  "
21
- python3 -m xteam
 
 
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