Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
hms
/
rasoberry-noaa
réplica de
https://github.com/reynico/raspberry-noaa.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
8
Wiki
Actividad
Explorar el Código
exit migration if demod.py exists (i.e. migration done before)
tags/v1.7
Nico Rey
hace 3 años
padre
d946296eb9
commit
ab8107931e
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
migrations/20201292-iss.sh
+ 5
- 0
migrations/20201292-iss.sh
Ver fichero
@@ -11,6 +11,11 @@ fi
. "$HOME/.noaa.conf"
. "$NOAA_HOME/common.sh"
if [ -f "$NOAA_HOME/demod.py" ]; then
log "Seems like you already have run this migration before" "ERROR"
exit 1
fi
if [ ! -f "$NOAA_HOME/panel.db" ]; then
log "Seems like there's no panel.db database in your project folder" "ERROR"
exit 1
Escribir
Vista previa
Cargando…
Cancelar
Guardar