From a5168ecc80601066912d12728fa170ca07a2370e Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Tue, 9 Feb 2016 15:18:58 +0200 Subject: [PATCH] Update bootstrap.sh to more recent release --- setup/amazon_linux/bootstrap.sh | 4 ++-- setup/ubuntu/bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/amazon_linux/bootstrap.sh b/setup/amazon_linux/bootstrap.sh index 2f43bf748e..31b403ef74 100755 --- a/setup/amazon_linux/bootstrap.sh +++ b/setup/amazon_linux/bootstrap.sh @@ -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 @@ -210,7 +210,7 @@ else else echo "ERROR: create /etc/nginx/sites-available failed" exit - fi + fi fi service nginx restart diff --git a/setup/ubuntu/bootstrap.sh b/setup/ubuntu/bootstrap.sh index 4e0bdb11a1..414e916bb7 100644 --- a/setup/ubuntu/bootstrap.sh +++ b/setup/ubuntu/bootstrap.sh @@ -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