Skip to content

Commit

Permalink
Fixed yum command
Browse files Browse the repository at this point in the history
  • Loading branch information
Codom committed Aug 14, 2019
1 parent 6798e04 commit 3fdaca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/deploy.config
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ files:
group: root
content: |
#!/usr/bin/env bash
sudo yum install postgresql postgresql-server postgresql-devel postgresql-contrib postgresql-docs
sudo yum -y install postgresql postgresql-server postgresql-devel postgresql-contrib postgresql-docs
sudo service postgresql initdb
sudo service postgresql start
true
Expand Down

0 comments on commit 3fdaca4

Please sign in to comment.