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
fix error line
tags/v1.7
Nico Rey
há 3 anos
ascendente
f1b00a666a
cometimento
d946296eb9
1 ficheiros alterados
com
3 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+3
-2
migrations/20201292-iss.sh
+ 3
- 2
migrations/20201292-iss.sh
Ver ficheiro
@@ -11,8 +11,9 @@ fi
. "$HOME/.noaa.conf"
. "$NOAA_HOME/common.sh"
if [ -f "$NOAA_HOME/panel.db" ]; then
die "Seems like there's no panel.db database in your project folder"
if [ ! -f "$NOAA_HOME/panel.db" ]; then
log "Seems like there's no panel.db database in your project folder" "ERROR"
exit 1
fi
STEPS="6"
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar