cambios menores

This commit is contained in:
Sergio Pernas 2022-03-18 17:18:27 +00:00
parent 52a05612cb
commit 555c6bd82a
2 changed files with 3 additions and 2 deletions

View File

@ -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)"

View File

@ -62,7 +62,6 @@ while :;do
fi
rm $curl_err
exit
fi
done