Fix udev packaging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Søren Rasmussen 2022-07-24 09:51:44 +02:00
parent 65f284a2e9
commit b27703708e
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ set -e
case "$1" in
install)
groupadd --system --force w1
adduser --system --group --no-create-home --add_extra_groups gpio,w1,spi --home /var/lib/fermentord --shell /sbin/nologin fermentor
adduser --system --group --no-create-home --add_extra_groups gpio,w1,i2c --home /var/lib/fermentord --shell /sbin/nologin fermentor
;;
configure)