Update 10-adduser

This commit is contained in:
Alexandre
2021-02-22 17:49:57 +01:00
committed by GitHub
parent 7f0bcbe858
commit b28e836034

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bash
#!/usr/bin/with-contenv bashio
PUID=${PUID:-911}
PGID=${PGID:-911}
PUID=$(bashio::config "PUID")
PGID=$(bashio::config "PGID")
groupmod -o -g "$PGID" abc
usermod -o -u "$PUID" abc