This commit is contained in:
Alexandre
2024-04-26 18:21:38 +02:00
parent e891245aaf
commit e3d841fd1a
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ RUN \
\
# Change user to pi and create /home/pi
echo "setting users" && \
groupmod -o -g 101 abc && usermod -o -u 101 abc && \
groupadd --non-unique -g 1000 pi && \
useradd --non-unique --uid 1000 --gid 1000 -m pi && \
\

View File

@@ -97,6 +97,6 @@
},
"slug": "birdnet-pi2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"version": "1.2",
"version": "1.0",
"video": true
}