This commit is contained in:
2024-07-19 09:47:18 -04:00
parent 9a59b00998
commit 51e059a72b
3 changed files with 7 additions and 20 deletions
+1 -1
View File
@@ -109,6 +109,6 @@ done
echo "Compressing"
for file in $(find ${OutputDir} -type f -name '*db' -print )
do
echo "Compressing ${file}
echo "Compressing ${file}"
gzip ${file}
done