This commit is contained in:
parent
65f284a2e9
commit
b27703708e
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
||||||
case "$1" in
|
case "$1" in
|
||||||
install)
|
install)
|
||||||
groupadd --system --force w1
|
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)
|
configure)
|
||||||
|
|
Loading…
Reference in a new issue