Skip to content

Commit

Permalink
Update bootstrap.sh to more recent release
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Feb 9, 2016
1 parent 262ebb3 commit a5168ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup/amazon_linux/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [ ! -f "/opt/redash/.env" ]; then
fi

# Install latest version
REDASH_VERSION=${REDASH_VERSION-0.6.3.b906}
REDASH_VERSION=${REDASH_VERSION-0.9.1.b1377}
LATEST_URL="https://github.com/getredash/redash/releases/download/v${REDASH_VERSION}/redash.$REDASH_VERSION.tar.gz"
VERSION_DIR="/opt/redash/redash.$REDASH_VERSION"
REDASH_TARBALL=/tmp/redash.tar.gz
Expand Down Expand Up @@ -210,7 +210,7 @@ else
else
echo "ERROR: create /etc/nginx/sites-available failed"
exit
fi
fi
fi

service nginx restart
2 changes: 1 addition & 1 deletion setup/ubuntu/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if [ ! -f "/opt/redash/.env" ]; then
fi

# Install latest version
REDASH_VERSION=${REDASH_VERSION-0.7.1.b1015}
REDASH_VERSION=${REDASH_VERSION-0.9.1.b1377}
LATEST_URL="https://github.com/getredash/redash/releases/download/v${REDASH_VERSION}/redash.$REDASH_VERSION.tar.gz"
VERSION_DIR="/opt/redash/redash.$REDASH_VERSION"
REDASH_TARBALL=/tmp/redash.tar.gz
Expand Down

0 comments on commit a5168ec

Please sign in to comment.