Skip to content

Commit

Permalink
Missed patch from 1.x on install.sh: Install supervisor!
Browse files Browse the repository at this point in the history
Thanks for the heads up, @aaronbauman!
  • Loading branch information
jonpugh committed Feb 15, 2016
1 parent dafb71d commit 8e1f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ ANSIBLE_EXTRA_VARS="server_hostname=$HOSTNAME_FQDN mysql_root_password=$MYSQL_RO
if [ "$TRAVIS" == "true" ]; then
ANSIBLE_EXTRA_VARS="$ANSIBLE_EXTRA_VARS travis=true travis_repo_slug=$TRAVIS_REPO_SLUG travis_branch=$TRAVIS_BRANCH travis_commit=$TRAVIS_COMMIT supervisor_running=false"
else
ANSIBLE_EXTRA_VARS="$ANSIBLE_EXTRA_VARS travis=false supervisor_running=false"
ANSIBLE_EXTRA_VARS="$ANSIBLE_EXTRA_VARS travis=false supervisor_running=true"
fi

if [ -n "$MAKEFILE_PATH" ]; then
Expand Down

0 comments on commit 8e1f648

Please sign in to comment.