From beafe837b594838d19ea6f14c4ac80ec059edbf0 Mon Sep 17 00:00:00 2001 From: Eric LaMar Date: Tue, 19 Jun 2018 19:26:49 -0700 Subject: [PATCH] GP-1540 Fix version number for BASH scripts --- earth_enterprise/src/installer/common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/earth_enterprise/src/installer/common.sh b/earth_enterprise/src/installer/common.sh index 2ace0d092f..d1d54a0291 100644 --- a/earth_enterprise/src/installer/common.sh +++ b/earth_enterprise/src/installer/common.sh @@ -20,8 +20,7 @@ BADHOSTNAMELIST=(empty linux localhost dhcp bootp) GEE="Google Earth Enterprise" GEES="$GEE Server" GEEF="$GEE Fusion" -LONG_VERSION="5.2.2" -SHORT_VERSION="5.2" +LONG_VERSION="$(cat ../version.txt)" ROOT_USERNAME="root"