[library-web/oscp] Force zstd compression



commit e2a1a04b758517c78040480e2e77f990c8ab6f4e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Jun 19 07:50:38 2020 +0200

    Force zstd compression

 lgo/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lgo/entrypoint.sh b/lgo/entrypoint.sh
index 91e1521..07c3f8f 100755
--- a/lgo/entrypoint.sh
+++ b/lgo/entrypoint.sh
@@ -16,4 +16,4 @@ LATEST_RELEASE="$(git ls-remote --heads ${REPO} | awk '{print $2}' | grep 'gnome
 ln -sf "${LATEST_RELEASE}" stable
 
 cd /data/logs || exit
-zstd --rm ./*.log
+zstd -f --rm ./*.log


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]