uuidgen #12
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ source $funciones
|
||||||
test -z $nombre && exit
|
test -z $nombre && exit
|
||||||
test -f $public_key || exit
|
test -f $public_key || exit
|
||||||
|
|
||||||
uuid="$(uuid)"
|
uuid="$(uuidgen)"
|
||||||
marca_de_tiempo="$(date +%s)"
|
marca_de_tiempo="$(date +%s)"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue