1
0
Fork 0

fix packetize

This commit is contained in:
Jan Steemann 2013-10-01 10:54:13 +02:00
parent 83d654908b
commit 9c47f204b0
1 changed files with 1 additions and 0 deletions

View File

@ -467,6 +467,7 @@ echo "########################################################"
echo "Request version number "
echo " $curl_version"
answer=$( $curl_version )
answer=`echo "$answer" | tr -d "-"` # remove "-" from version string for comparison
expect='{"server":"arango","version":"'$arangodb_version.$arangodb_release'"}'
if [ "x$answer" == "x$expect" ]; then
echo "ok: $answer"