You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We are already in scriptDir so we don't have to copy files over to results_dir_absolute_path
@@ -54,7 +56,7 @@ done
54
56
# TODO: Fix web paths
55
57
# With top_level as dst: classic_original_8_no_ocn/global_time_series_classic_original_8_no_ocn_1985-1995_results/ -- this shows up empty
56
58
# With results_level as dst: classic_original_8_no_ocn/global_time_series_classic_original_8_no_ocn_1985-1995_results/global_time_series_classic_original_8_no_ocn_1985-1995_results/ -- this path works, but has a repeat
57
-
rsync -a --delete ${results_dir_absolute_path}${results_level}
59
+
rsync -a --delete ${results_dir_absolute_path}${top_level}
0 commit comments