From: Silvio Rhatto Date: Wed, 30 May 2018 16:24:53 +0000 (-0300) Subject: Adds status=none at on invocation at keyringer_pwgen X-Git-Tag: 0.5.3~6 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=957d506490ad9447ac7feacba5f96e8404530528;p=keyringer.git Adds status=none at on invocation at keyringer_pwgen --- diff --git a/lib/keyringer/actions/pwgen b/lib/keyringer/actions/pwgen index ab5cb84..e1e8947 100755 --- a/lib/keyringer/actions/pwgen +++ b/lib/keyringer/actions/pwgen @@ -18,7 +18,7 @@ function keyringer_pwgen { # Strip possible newlines if output is wrapped. # Also strip trailing = signs as they add nothing to the password's entropy. - dd bs=1 count=$ENTROPY_BYTES if=$ENTROPY_SOURCE | base64 | tr -d '\n=' + dd bs=1 count=$ENTROPY_BYTES if=$ENTROPY_SOURCE status=none | base64 | tr -d '\n=' echo }