mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Linter error fix
This commit is contained in:
parent
09ccbab60d
commit
ea50e83b33
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ NODEJS_VERSION=14
|
|||
#=================================================
|
||||
|
||||
ynh_hex_32_random() {
|
||||
echo "$(openssl rand -hex 32)"
|
||||
echo "$(tr -dc 'A-F0-9' < /dev/urandom | head -c64)"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue