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

This commit is contained in:
2026-06-16 18:01:55 +03:00
+1 -1
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")