Compare commits

...

2 Commits

Author SHA1 Message Date
5ad223468e Merge branch 'main' into release
Some checks failed
Restart server / restart (push) Has been cancelled
2026-06-16 18:01:55 +03:00
b926ed51fe Fix rsync: LocalMods without trailing slash 2026-06-16 18:01:47 +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")