Recreate folders

This commit is contained in:
Alexandre
2025-03-03 18:14:38 +01:00
committed by GitHub
parent cf08d1d89b
commit f9b638e0e6

View File

@@ -11,6 +11,10 @@ if [ -f /etc/cont-init.d/99-run.sh ]; then
cp /etc/cont-init.d/99-run.sh /etc/scripts-init/
fi
# Recreate folders if needed
mkdir -p /tmp/StreamData /tmp/Processed
chown pi:pi /tmp/StreamData /tmp/Processed
##############
# SET SYSTEM #
##############