Update 10-adduser

This commit is contained in:
sparklyballs 2016-11-13 01:59:45 +00:00 committed by GitHub
parent 424bf23aa7
commit 6b946a1dd2

View file

@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bash
[[ -z $PGID ]] && PGID="911"
[[ -z $PUID ]] && PUID="911"
PUID=${PUID:-911}
PGID=${PGID:-911}
groupmod -o -g "$PGID" abc
usermod -o -u "$PUID" abc