cambios menores
This commit is contained in:
parent
52a05612cb
commit
555c6bd82a
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,9 @@ source /etc/nodemecu.conf
|
|||
source /opt/nodemecu/envs
|
||||
source $funciones
|
||||
|
||||
conteo=$(cat $contador)
|
||||
test -z $nombre && exit
|
||||
test -f $public_key || exit
|
||||
|
||||
uuid="$(uuid)"
|
||||
marca_de_tiempo="$(date +%s)"
|
||||
|
||||
|
|
|
@ -62,7 +62,6 @@ while :;do
|
|||
fi
|
||||
|
||||
rm $curl_err
|
||||
exit
|
||||
fi
|
||||
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue