diff --git a/README.md b/README.md index 3999a15..e71cd32 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # MVP III -Latest Release: 3.1.7 +Latest Release: 3.1.8 Chanage Log: 2018/11/24 - Fix CouchDB binary download to modify ownership to couchdb - Chanage ownership of log files to fix write problem + - Add java script to index.html to give charts a unique name (Chrome caching problem fix) Change Log: 2018/10/2 - Added binary CouchDB to get around build problems @@ -137,8 +138,8 @@ NC='\033[0m' # Define default text EXTRACT=/home/pi/unpack # Working directory for download and unzipping TARGET=/home/pi/MVP # Location for MVP RELEASE=mvp # Package (repository) to download -VERSION=v3.1.7 # github version to work with -ZIP_DIR=3.1.7 +VERSION=v3.1.8 # github version to work with +ZIP_DIR=3.1.8 GITHUB=https://github.com/futureag/$RELEASE/archive/$VERSION.zip # Address of Github archive echo $EXTRACT @@ -189,9 +190,6 @@ cd $EXTRACT/$RELEASE-$ZIP_DIR/MVP || error_exit "Failure moving to "$EXTRACT/$RE mv * $TARGET echo $(date +"%D %T") "MVP moved" -# Adjust to help log writting permissions -sudo usermod -a -G couchdb pi - ######################################## echo "##### Relsease Specific Build #####" # Complete the release specific build - this is the CouchDB extract