Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #894 from tst-eclamar/GP-1540_Fix-version-number
Browse files Browse the repository at this point in the history
GP-1540 Fix version number for BASH scripts
  • Loading branch information
tst-nfarah-zz authored Jun 22, 2018
2 parents 1e61c54 + e8f1945 commit 747d3e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions earth_enterprise/src/installer/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ BADHOSTNAMELIST=(empty linux localhost dhcp bootp)
GEE="Google Earth Enterprise"
GEES="$GEE Server"
GEEF="$GEE Fusion"
LONG_VERSION="5.2.3"
SHORT_VERSION="5.2"
LONG_VERSION="$(cat ../version.txt)"

ROOT_USERNAME="root"

Expand Down

0 comments on commit 747d3e8

Please sign in to comment.