Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
hms
/
rasoberry-noaa
mirror da
https://github.com/reynico/raspberry-noaa.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
8
Wiki
Attività
Sfoglia il codice sorgente
typo
tags/v1.3
Nico Rey
4 anni fa
parent
bcd4cb63c4
commit
ea4a283ec6
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
test_reception.sh
+ 1
- 1
test_reception.sh
Vedi File
@@ -7,7 +7,7 @@ fi
command_exists() {
if ! command -v "$1" &> /dev/null; then
log
"Required command not found: $1" "ERROR"
echo
"Required command not found: $1" "ERROR"
exit 1
fi
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva