diff options
Diffstat (limited to 'localresetpasswd')
-rwxr-xr-x | localresetpasswd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localresetpasswd b/localresetpasswd index 6cf8f60..a7733f1 100755 --- a/localresetpasswd +++ b/localresetpasswd @@ -30,7 +30,7 @@ randompass() { gpw 1 "$WORD_LENGTH" 2>&- || pwgen "$WORD_LENGTH" 1 2>&- || tr -d '\000-\057\072-\100\133-\140\173-\377' < /dev/urandom | - dd bs="$WORD_LENGTH" count=1 2>&- + dd bs="$WORD_LENGTH" count=1 status=none } u=$1 |