mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
update from origin
This commit is contained in:
parent
8beb334d64
commit
bf2f252ee5
91 changed files with 1839 additions and 1281 deletions
4
dist/ba_data/python/efro/cloudshell.py
vendored
4
dist/ba_data/python/efro/cloudshell.py
vendored
|
|
@ -36,7 +36,9 @@ class HostConfig:
|
|||
mosh_shell: str = 'sh'
|
||||
workspaces_root: str = '/home/${USER}/cloudshell_workspaces'
|
||||
sync_perms: bool = True
|
||||
precommand: str | None = None
|
||||
precommand: str | None = None # KILL THIS
|
||||
precommand_noninteractive: str | None = None
|
||||
precommand_interactive: str | None = None
|
||||
managed: bool = False
|
||||
idle_minutes: int = 5
|
||||
can_sudo_reboot: bool = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue