From 4b1ba06b1b09a404c5232c4ff06c7698db2f6555 Mon Sep 17 00:00:00 2001
From: Sander ter Veen <veen@astron.nl>
Date: Wed, 22 Jun 2022 11:40:23 +0000
Subject: [PATCH] Added removal of TMSS generated data.

---
 scripts/create_html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/create_html b/scripts/create_html
index 6a90d33..ae4f5c1 100755
--- a/scripts/create_html
+++ b/scripts/create_html
@@ -179,7 +179,7 @@ def create_html_main(argv):
 
     main_index_html(plot_root = options.plot_root,
                     html_root = options.html_root)
-    for start_num in [4,5,6,7,8,9]:
+    for start_num in [2,3,4,5,6,7,8,9]:
         os.system("cd /globaldata/inspect/; for sas in `find . -maxdepth 1  -mindepth 1 -iname \"%d*\" -ctime +21|sed -e 's/\.\///g'|sort`; do echo $sas ;rm -rf $sas HTML/$sas; done; " % start_num)
     return 0
 
-- 
GitLab