소스 검색

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ć 4 년 전
committed by GitHub
부모
커밋
832335d535
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      install.sh

+ 2
- 0
install.sh 파일 보기

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



불러오는 중...
취소
저장