mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Update 10-adduser
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bashio
|
||||||
|
|
||||||
PUID=${PUID:-911}
|
PUID=$(bashio::config "PUID")
|
||||||
PGID=${PGID:-911}
|
PGID=$(bashio::config "PGID")
|
||||||
|
|
||||||
groupmod -o -g "$PGID" abc
|
groupmod -o -g "$PGID" abc
|
||||||
usermod -o -u "$PUID" abc
|
usermod -o -u "$PUID" abc
|
||||||
|
|||||||
Reference in New Issue
Block a user