diff --git a/scripts/_common.sh b/scripts/_common.sh index 28612a7..6507881 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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)" } #=================================================