diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-27 04:26:48 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-27 04:26:48 +0100 |
commit | ed6733b4a91d9b156541d2707fd16f52b368a244 (patch) | |
tree | bf2edf58a34512e126f72e8c76db5b9dc7be5aad | |
parent | 6cebd24a31ffd31840395436f1c0b6bbcfa25b5f (diff) | |
download | istreamdev-ed6733b4a91d9b156541d2707fd16f52b368a244.tar.gz istreamdev-ed6733b4a91d9b156541d2707fd16f52b368a244.tar.bz2 |
Remove ram shm dir check for now (temporary...)
-rwxr-xr-x | istream.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,8 +25,6 @@ fi # sending it to the segmenter via a PIPE ############################################################## -test -L ram && (test -d /dev/shm/ram || mkdir /dev/shm/ram) - cd ram/$SESSION 2> /dev/null rm stream*.ts |