Update 02-restorestreamdata.sh

This commit is contained in:
Alexandre
2024-10-06 21:20:09 +02:00
committed by GitHub
parent 49bb5e5919
commit 89500707f2

View File

@@ -18,5 +18,5 @@ if [ -d /data/StreamData ]; then
fi
# Clean up the source folder if empty
find /data/StreamData -type d -empty -delete
rm -r /data/StreamData
fi