Browse Source

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ć 3 years ago
committed by GitHub
parent
commit
832335d535
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      install.sh

+ 2
- 0
install.sh View File

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



Loading…
Cancel
Save