mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 17:21:56 +02:00
Delete /data/StreamData
This commit is contained in:
@@ -17,6 +17,11 @@ fi
|
|||||||
# RESTORE STREAMDATA #
|
# RESTORE STREAMDATA #
|
||||||
######################
|
######################
|
||||||
|
|
||||||
|
# Fix code issue
|
||||||
|
if [ -d /data/StreamData ]; then
|
||||||
|
rm -r /data/StreamData
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -d /config/TemporaryFiles ]; then
|
if [ -d /config/TemporaryFiles ]; then
|
||||||
|
|
||||||
# Check if there are .wav files in /config/TemporaryFiles
|
# Check if there are .wav files in /config/TemporaryFiles
|
||||||
|
|||||||
Reference in New Issue
Block a user