Dot not force uid of vagrant user

This commit is contained in:
Victor LABORIE 2018-10-11 16:13:02 +02:00
parent 2357d28122
commit 098ea2f55f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -eu
useradd --uid 1000 --user-group --create-home --shell /bin/bash vagrant
useradd --user-group --create-home --shell /bin/bash vagrant
usermod -G sudo vagrant
umask 0077
mkdir /home/vagrant/.ssh