Skip to content

Commit

Permalink
Update startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bchesebro committed Mar 17, 2015
1 parent c86496e commit 7f51069
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stage/master/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ fi

JAVA_VER_STRING=`${JAVA_HOME}/bin/java -version 2>&1`

JAVA_VERSION=`echo $JAVA_VER_STRING | \
awk '{ print substr($3, 2, length($3) - 2)}'`

JAVA_VER_STRING=`${JAVA_HOME}/bin/java -version 2>&1`

JAVA_VERSION=`echo $JAVA_VER_STRING | \
awk '{ print substr($3, 2, length($3) - 2)}'`

Expand Down

0 comments on commit 7f51069

Please sign in to comment.