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
fix PATH
tags/v1.0
gonzalo
6 years ago
parent
6ebe547e22
commit
be1bd3a6ec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
receive.sh
+ 1
- 1
receive.sh
View File
@@ -10,7 +10,7 @@ if [ ! -d ${NOAA_HOME} ]; then
mkdir -p ${NOAA_HOME}
fi
if [ ! -d ${NOAA_HOME}audio/ ]; then
if [ ! -d ${NOAA_HOME}
/
audio/ ]; then
mkdir -p ${NOAA_HOME}/audio/
fi
Write
Preview
Loading…
Cancel
Save