From 01a507c34340822a7d86534e8b010a5125e1d7cd Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sat, 25 Aug 2018 12:06:24 -0700 Subject: [PATCH] remove compression from encryption command --- bin/encrypt-for-sneak | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/encrypt-for-sneak b/bin/encrypt-for-sneak index 9cf009b..85156e3 100755 --- a/bin/encrypt-for-sneak +++ b/bin/encrypt-for-sneak @@ -24,8 +24,9 @@ KEYS+=" 27CF8E00190D7AF340D8AE55A6C1C5C2083CB579" GARGS="" GARGS+=" --trust-model always" -GARGS+=" --compress-algo bzip2" -GARGS+=" --bzip2-compress-level 9" +#GARGS+=" --compress-algo bzip2" +GARGS+=" --compress-algo none" +#GARGS+=" --bzip2-compress-level 9" for KEY in $KEYS ; do if ! gpg --list-key $KEY 2>&1 > /dev/null ; then