Correct permission if needed at start

This commit is contained in:
Alexandre
2024-05-23 15:18:39 +02:00
committed by GitHub
parent e467c99390
commit da3b324e01

View File

@@ -32,6 +32,10 @@ fi
ingest_dir="$(readlink -f "$ingest_dir")" || true
# Check permissions
chown -R pi:pi "$ingest_dir"
chmod -R 777 "$ingest_dir"
while true; do
sleep 61