From ad7e8cdd0d2531fdc556d5bc5da86903cb9ebf82 Mon Sep 17 00:00:00 2001 From: imvec Date: Tue, 23 Aug 2022 15:09:13 +0000 Subject: [PATCH] Update instalador.sh --- instalador.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/instalador.sh b/instalador.sh index f293016..642d3a5 100644 --- a/instalador.sh +++ b/instalador.sh @@ -138,11 +138,11 @@ rm -rf instalador.sh echo "===============================================================================" echo "= Escribe: sudo crontab -e y añade esta linea al final del archivo =" echo "= para que la cámara comience a disparar al iniciar la Raspberry Pi: =" - echo "= @reboot sudo python3 /home/pi/PicaPiKAP/scripts/PicaPiKAP.py =" + echo "= @reboot sudo python3 /home/pi/PicaPiKAP/scripts/PicaPiKAP.py =" echo "= Recomendamos retrasar 5 minutos (300 segundos) el inicio del disparo para =" echo "= poder levantar la cometa y que el disparo se active en el aire. En ese caso =" - echo "= debes añadir esta línea y no la anterior: - echo "= @reboot sleep 300 && sudo python3 /home/pi/PicaPiKAP/scripts/PicaPiKAP.py =" + echo "= debes añadir esta línea y no la anterior: =" + echo "= @reboot sleep 300 && sudo python3 /home/pi/PicaPiKAP/scripts/PicaPiKAP.py =" echo "===============================================================================" echo "" sleep 5