Set bash shell for vagrant user

This commit is contained in:
Victor LABORIE 2018-09-04 13:56:51 +02:00
parent 694414eaab
commit eb1ca33832
1 changed files with 1 additions and 1 deletions

View File

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