mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #205 from YunoHost/fix-bracket-in-passwd-from-ynh-string-random
[fix] Bracket in passwd from ynh_string_random
This commit is contained in:
commit
050842b855
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