Ver a proveniência

Create directory for ISS wav file recordings

Added `sudo mkdir -p /usr/share/html/iss` because sox couldn't save file since the directory didn't exist. This is from the log:

`/usr/bin/sox FAIL formats: can't open output file `/usr/share/html/iss/iss-20201225-094200.wav': No such file or directory`
pull/90/head
Mihajlo Petković há 4 anos
committed by GitHub
ascendente
cometimento
832335d535
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      install.sh

+ 2
- 0
install.sh Ver ficheiro

@@ -250,6 +250,8 @@ echo "

set +e

sudo mkdir -p /usr/share/html/iss

### Running WXTOIMG to have the user accept the licensing agreement
wxtoimg



Carregando…
Cancelar
Guardar