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