ソースを参照

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



読み込み中…
キャンセル
保存