From 5179a70494eb129fcb1d640177de73f6509654e7 Mon Sep 17 00:00:00 2001 From: Dan Tenenbaum Date: Thu, 8 Jul 2021 15:07:17 -0700 Subject: [PATCH] filter out more non-alphanumeric characters --- SEACR_1.4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SEACR_1.4.sh b/SEACR_1.4.sh index 1de1b8d..8d3a631 100755 --- a/SEACR_1.4.sh +++ b/SEACR_1.4.sh @@ -167,8 +167,8 @@ else exit 1 fi -password=`head /dev/urandom | base64 | tr -d '/+' | head -c 13; echo ''` -password2=`head /dev/urandom | base64 | tr -d '/+' | head -c 13; echo ''` +password=`head /dev/urandom | base64 | tr -d '/+-=' | head -c 13; echo ''` +password2=`head /dev/urandom | base64 | tr -d '/+-=' | head -c 13; echo ''` exp=`basename $BEDGRAPH`