Browse Source

fix PATH

tags/v1.0
gonzalo 5 years ago
parent
commit
be1bd3a6ec
1 changed files with 1 additions and 1 deletions
  1. +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



Loading…
Cancel
Save