Skip to content

Commit

Permalink
Make flyway executable by anyone (#141)
Browse files Browse the repository at this point in the history
Flyway is only executable by root. This fixes that.
  • Loading branch information
Fuxy22 authored and svpernova09 committed Jan 13, 2018
1 parent 27390fc commit 170648b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ rm -rf ngrok-stable-linux-amd64.zip

wget https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/4.2.0/flyway-commandline-4.2.0-linux-x64.tar.gz
tar -zxvf flyway-commandline-4.2.0-linux-x64.tar.gz -C /usr/local
chmod +x /usr/local/flyway-4.2.0/flyway
ln -s /usr/local/flyway-4.2.0/flyway /usr/local/bin/flyway
rm -rf flyway-commandline-4.2.0-linux-x64.tar.gz

Expand Down

0 comments on commit 170648b

Please sign in to comment.