Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
hms
/
rasoberry-noaa
espelho de
https://github.com/reynico/raspberry-noaa.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
8
Wiki
Trabalho
Ver a proveniência
exit migration if demod.py exists (i.e. migration done before)
tags/v1.7
Nico Rey
há 3 anos
ascendente
d946296eb9
cometimento
ab8107931e
1 ficheiros alterados
com
5 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+5
-0
migrations/20201292-iss.sh
+ 5
- 0
migrations/20201292-iss.sh
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar