This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
typo
tags/v1.3
Nico Rey
4 years ago
parent
bcd4cb63c4
commit
ea4a283ec6
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test_reception.sh
+ 1
- 1
test_reception.sh
View File
@@ -7,7 +7,7 @@ fi
command_exists() {
command_exists() {
if ! command -v "$1" &> /dev/null; then
if ! command -v "$1" &> /dev/null; then
log
"Required command not found: $1" "ERROR"
echo
"Required command not found: $1" "ERROR"
exit 1
exit 1
fi
fi
}
}
Write
Preview
Loading…
Cancel
Save