mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Bracket in passwd from ynh_string_random
With bracket we get string like "3KFEc[xm4[udnZ6pDJ8LvP0n" Without "El0nMO3thacDwrjeRzgKnb30"
This commit is contained in:
parent
6a4da64be9
commit
0d6cf499a0
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
# | arg: length - the string length to generate (default: 24)
|
||||
ynh_string_random() {
|
||||
dd if=/dev/urandom bs=1 count=200 2> /dev/null \
|
||||
| tr -c -d '[A-Za-z0-9]' \
|
||||
| tr -c -d 'A-Za-z0-9' \
|
||||
| sed -n 's/\(.\{'"${1:-24}"'\}\).*/\1/p'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue