Update bs

This commit is contained in:
Mikahael 2025-03-24 03:06:47 +05:30 committed by GitHub
parent 352f624550
commit 6c1c0707e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
bs
View file

@ -13,5 +13,5 @@ if not os.path.exists(folder_name):
# Change directory to the cloned folder
os.chdir(folder_name)
os.system("chmod 777 bombsquad_server dist/bombsquad_headless")
# run the BS SERVER
os.system(f"./bombsquad_server --port {SERVER_PORT}")
# run the BS SERVER FR
os.system("./bombsquad_server")