Merge branch 'main' into release
Some checks failed
Restart server / restart (push) Has been cancelled

This commit is contained in:
2026-06-16 18:01:55 +03:00

2
prep
View File

@@ -47,7 +47,7 @@ def main():
subprocess.run([
"rsync", "-avz",
"-e", RSYNC_SSH,
LOCALMODS_DIR + "/", CONFIG_PATH,
LOCALMODS_DIR, CONFIG_PATH,
"root@barotrauma:/opt/barotrauma/"
], check=True)
log_ok("Synced to server")