You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
203 B
7 lines
203 B
echo "Adding lncm to DOCKER group"
|
|
echo "Also fixing permissions on folders"
|
|
on_chroot << EOF
|
|
usermod -a -G docker $FIRST_USER_NAME
|
|
chown -R $FIRST_USER_NAME:$FIRST_USER_NAME /home/$FIRST_USER_NAME
|
|
EOF
|
|
|
|
|