1
0
Fork 0
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:
Limezy 2022-04-18 16:17:51 +07:00
parent 09ccbab60d
commit ea50e83b33

View file

@ -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)"
}
#=================================================