updated install.sh to reference new location of version files (#84)

This commit is contained in:
Steven Noble
2016-05-23 12:05:40 -07:00
parent 3727a226e7
commit 58ec3fadbf

View File

@@ -68,7 +68,7 @@ if [ -z "$REMOTE_PASS" ]; then
fi
. $ONL/make/version-onl.sh
. $ONL/make/versions/version-onl.sh
REMOTE_DIR="$REMOTE_BASE_DIR/$BUILD_BRANCH/$FNAME_BUILD_ID"
workdir=$(mktemp -d -t update-XXXXXX)