diff --git a/src/unisync/runners.py b/src/unisync/runners.py index fd599f8..5798941 100644 --- a/src/unisync/runners.py +++ b/src/unisync/runners.py @@ -12,9 +12,10 @@ def unisync_sync(synchroniser:Synchroniser, paths_manager:PathsManager): print("Connected to the remote.") synchroniser.sync_files(paths_manager.get_paths_to_sync()) - synchroniser.update_links(background=False) - - # TODO check the config options + synchroniser.sync_links(paths_manager.get_paths_to_sync()) + + # TODO check the config options and do or don't do the following + synchroniser.update_links() #synchroniser.mount_remote_dir() synchroniser.close_ssh_master_connection()