mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-12-03 13:32:15 -05:00
make single password now will not use anpersand messes up bash
This commit is contained in:
parent
79fe8b00b4
commit
c9e5d551d8
@ -1,2 +1,2 @@
|
||||
LC_CTYPE=C tr -dc A-Za-z0-9_\!\@\#\$\%\^\&\*\+ < /dev/urandom | fold -w 12| head -n 4 | grep -i '[!@#$%^&*()_+{}|:<>?=]' | head -n 1
|
||||
LC_CTYPE=C tr -dc A-Za-z0-9_\!\@\#\$\%\^\*\+ < /dev/urandom | fold -w 12| head -n 4 | grep -i '[!@#$%^&*()_+{}|:<>?=]' | head -n 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user