mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 10:33:40 +02:00
Correct permission if needed at start
This commit is contained in:
@@ -32,6 +32,10 @@ fi
|
|||||||
|
|
||||||
ingest_dir="$(readlink -f "$ingest_dir")" || true
|
ingest_dir="$(readlink -f "$ingest_dir")" || true
|
||||||
|
|
||||||
|
# Check permissions
|
||||||
|
chown -R pi:pi "$ingest_dir"
|
||||||
|
chmod -R 777 "$ingest_dir"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
sleep 61
|
sleep 61
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user