summaryrefslogtreecommitdiff
path: root/script/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/bootstrap.sh')
-rw-r--r--script/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/bootstrap.sh b/script/bootstrap.sh
index 39aea0dc..ce6d3838 100644
--- a/script/bootstrap.sh
+++ b/script/bootstrap.sh
@@ -29,6 +29,6 @@ apt-get -y update
apt-get -y install nodejs
su postgres<<EOF
-createuser -s -e vagrant
+createuser -s -e -w vagrant
EOF
su -c "source /vagrant/script/bootstrap-vagrant-user.sh" vagrant