varios
This commit is contained in:
parent
08a7ddae91
commit
2be22e95ae
3 changed files with 7 additions and 8 deletions
12
desinstalar
12
desinstalar
|
@ -18,9 +18,9 @@ echo "Está a punto de desinstalar nodemecu, esta acción eliminará todos los a
|
|||
Para continuar escriba la frase '$seguro'.
|
||||
"
|
||||
|
||||
#read -p "frase: " frase
|
||||
read -p "frase: " frase
|
||||
|
||||
#if [ "$frase" = "$seguro" ];then
|
||||
if [ "$frase" = "$seguro" ];then
|
||||
|
||||
|
||||
rm /etc/nodemecu.conf
|
||||
|
@ -32,8 +32,8 @@ systemctl disable nodemecu.service
|
|||
rm /lib/systemd/system/nodemecu.service
|
||||
systemctl daemon-reload
|
||||
|
||||
#else
|
||||
# echo "La frase de seguridad no concuerda.
|
||||
# "
|
||||
else
|
||||
echo "La frase de seguridad no concuerda.
|
||||
"
|
||||
|
||||
#fi
|
||||
fi
|
||||
|
|
|
@ -164,7 +164,7 @@ funcion_captura() {
|
|||
echo "*/$intervalo * * * * $directorio_instalacion/generador_json" > /tmp/nodemecu.crontab
|
||||
crontab -u root /tmp/nodemecu.crontab
|
||||
echo ""
|
||||
echo "Se enviarán datos cada $intervalo minutos."
|
||||
echo "Se tomarán datos cada $intervalo minutos."
|
||||
echo ""
|
||||
exit
|
||||
elif [ "$1" = "detener" ]; then
|
||||
|
|
|
@ -61,7 +61,6 @@ echo "3. Configurando systemd
|
|||
|
||||
cp nodemecu.service /lib/systemd/system/
|
||||
systemctl daemon-reload
|
||||
systemctl enable nodemecu.service
|
||||
|
||||
|
||||
echo "
|
||||
|
|
Loading…
Reference in a new issue