From 3684252371c3558d1de01ead017b21eb1b2a2d2a Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Fri, 13 Mar 2020 13:43:59 +0530 Subject: [PATCH] fix tag as per branch in use --- startup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index c7f0628..b36c230 100755 --- a/startup.sh +++ b/startup.sh @@ -3,7 +3,8 @@ source $(dirname $0)/utils/functions.sh #TAG=${TAG:-v5.1} -TAG=${TAG:-9173bb48895428dc35848d270fada5d47f920476} +#TAG=${TAG:-9173bb48895428dc35848d270fada5d47f920476} +TAG=${TAG:-R5.1-1} if is_centos; then yum install -y epel-release