Explorar el Código

receive_meteor: fix audio file path on ramfs

tags/v.1.4
Nico Rey hace 4 años
padre
commit
b21aec4947
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      receive_meteor.sh

+ 1
- 1
receive_meteor.sh Ver fichero

@@ -42,7 +42,7 @@ meteor_demod -B -o "${METEOR_OUTPUT}/${3}.qpsk" "${METEOR_OUTPUT}/${3}.wav"
if [ "$DELETE_AUDIO" = true ]; then
log "Deleting audio files" "INFO"
rm "${METEOR_OUTPUT}/audio/${3}.wav"
rm "${RAMFS_AUDIO}/${3}.wav"
rm "${RAMFS_AUDIO}/audio/${3}.wav"
fi

log "Decoding in progress (QPSK to BMP)" "INFO"


Cargando…
Cancelar
Guardar