We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034bef4 commit 823ebf2Copy full SHA for 823ebf2
other_files/Lunasmixedprograms/syncfiles.py
@@ -35,6 +35,8 @@ def sync_folder(source, destination):
35
36
pre_sync_folder(windows_path, winxlinux_temp_path)
37
pre_sync_folder(server1_path, winxlinux_temp_path)
38
+pre_sync_folder(winxlinux_temp_path, windows_path)
39
+pre_sync_folder(winxlinux_temp_path, server1_path)
40
41
while True:
42
sync_folder(windows_path, winxlinux_temp_path)
0 commit comments