This commit is contained in:
Alexandre
2024-04-25 12:24:04 +02:00
parent 7242a0de3e
commit 64d77d7497
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ RUN \
\
# Change user to pi and create /home/pi
usermod -u 101 abc && \
groupadd --gid 1000 pi && useradd --uid 1000 --gid 1000 -m pi && \
useradd --uid 1000 --gid 1000 -m pi && \
\
# Ensure permissions
chown -R pi:pi /home/pi && \

View File

@@ -90,5 +90,5 @@
},
"slug": "birdnet-pi",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"version": "0.7"
"version": "0.8"
}