cloudposse / bastion

🔒Secure Bastion implemented as Docker Container running Alpine Linux with Google Authenticator & DUO MFA support
https://cloudposse.com/accelerate
Apache License 2.0
640 stars 112 forks source link

Change adduser flag #49

Closed nikymorg closed 4 years ago

nikymorg commented 4 years ago

Updates the LINUX_USER_ADD_WITH_GID_TPL variable in gak.env.example. The variable currently stores the adduser command with a -u flag for the group id. This updates the command to use the -g flag for the group id.