Ver a proveniência

receive_meteor: fix audio file path on ramfs

tags/v.1.4
Nico Rey há 4 anos
ascendente
cometimento
b21aec4947
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      receive_meteor.sh

+ 1
- 1
receive_meteor.sh Ver ficheiro

@@ -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"


Carregando…
Cancelar
Guardar