diff options
Diffstat (limited to 'priv')
-rwxr-xr-x | priv/templates/extended_bin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/extended_bin b/priv/templates/extended_bin index f584e51..5cd8035 100755 --- a/priv/templates/extended_bin +++ b/priv/templates/extended_bin @@ -60,7 +60,7 @@ relx_rem_sh() { # Generate a random id relx_gen_id() { - od -X /dev/urandom | head -n1 | awk '{print $2}' + od -X -N 4 /dev/urandom | head -n1 | awk '{print $2}' } # Control a node |