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.

8 lines
203 B

5 years ago
echo "Adding lncm to DOCKER group"
echo "Also fixing permissions on folders"
5 years ago
on_chroot << EOF
usermod -a -G docker $FIRST_USER_NAME
chown -R $FIRST_USER_NAME:$FIRST_USER_NAME /home/$FIRST_USER_NAME
5 years ago
EOF