This commit is contained in:
Zsolt Ero
2025-10-10 00:54:09 +02:00
parent 52e34fc1c9
commit 407d534801
5 changed files with 13 additions and 4 deletions

View File

@@ -18,6 +18,10 @@ def full_sync(force=False):
assert_linux()
assert_sudo()
# if it's a manual/forced run, we clean up old/deleted mounts
if force:
clean_up_mounts(config.mnt_dir)
# start
versions_changed = fetch_version_files()