nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
1 additions and
1 deletions
-
stage2/06-fix-docker-perms/01-run.sh
|
|
@ -2,6 +2,6 @@ echo "Adding lncm to DOCKER group" |
|
|
|
echo "Also fixing permissions on folders" |
|
|
|
on_chroot << EOF |
|
|
|
usermod -a -G docker $FIRST_USER_NAME |
|
|
|
chmod -R $FIRST_USER_NAME:$FIRST_USER_NAME /home/$FIRST_USER_NAME |
|
|
|
chown -R $FIRST_USER_NAME:$FIRST_USER_NAME /home/$FIRST_USER_NAME |
|
|
|
EOF |
|
|
|
|
|
|
|