Update 10-adduser
This commit is contained in:
parent
424bf23aa7
commit
6b946a1dd2
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
[[ -z $PGID ]] && PGID="911"
|
PUID=${PUID:-911}
|
||||||
[[ -z $PUID ]] && PUID="911"
|
PGID=${PGID:-911}
|
||||||
|
|
||||||
groupmod -o -g "$PGID" abc
|
groupmod -o -g "$PGID" abc
|
||||||
usermod -o -u "$PUID" abc
|
usermod -o -u "$PUID" abc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue