We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4957e commit 7553476Copy full SHA for 7553476
vagrant/bootstrap.sh
@@ -4,7 +4,7 @@ export DEBIAN_FRONTEND=noninteractive
4
# Ensure the database is started
5
su -c '/usr/bin/pg_ctl start -l /var/pgsql/data/log/logfile -D /var/pgsql/data' postgres
6
7
-sudo su - vagrant <<-'EOF'
+su - vagrant <<-'EOF'
8
cd ~/web
9
bundle check || bundle install
10
# Force the app to use the internal Postgres port number and ignore .env
0 commit comments