浏览代码

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
找不到此签名对应的密钥 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



正在加载...
取消
保存