From 3b63c54fe1852faf3ddccdc3e988caac5b1bdad8 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Fri, 25 Nov 2022 12:48:10 +0100
Subject: [PATCH] remove dot entries

---
 bin/preinstall_cleanup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/preinstall_cleanup.sh b/bin/preinstall_cleanup.sh
index 038c243..3e7d214 100755
--- a/bin/preinstall_cleanup.sh
+++ b/bin/preinstall_cleanup.sh
@@ -88,7 +88,7 @@
 
         echo --- scanning web $prjdir
         cd $prjdir
-        find . -print | sort >$fileprj
+        find . -print | grep -v "^\.*$" | sort >$fileprj
         ls -l $fileprj
         wc -l $fileprj
         head $fileprj
-- 
GitLab