Skip to content

Commit

Permalink
2.0.11 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Jan 8, 2018
1 parent ce62677 commit ba478e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ MAINTAINER rylorin <[email protected]>
#ENV NRSVersion=1.11.10
#ENV NRSPlatform=nxt

LABEL version="2.0.10"
ENV NRSVersion=2.0.10
LABEL version="2.0.11"
ENV NRSVersion=2.0.11
ENV NRSPlatform=ardor

RUN \
Expand Down
4 changes: 2 additions & 2 deletions init-nxt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ if [ -n "${BLOCKCHAINDL-}" -a ! -d "/ardor/db/nxt_${NXTNET}_db" ]; then
rm -f /ardor/db/nxt_db.zip
echo "$0: Blockchain download $BLOCKCHAINDL complete"
else
echo "$0: No blockchain bootstrap either BLOCKCHAINDL not provided or directory already exists"
echo "$0: No blockchain bootstrap. Either BLOCKCHAINDL not provided or directory already exists"
fi

echo "init-nxt.sh: Preparing config for ${NXTNET} net"
echo "$0: Preparing config for ${NXTNET} net"
sed -e "s/ADMINPASSWD/${ADMINPASSWD}/g" \
-e "s/TESTNET/${TESTNET}/g" \
-e "s/NXTNET/${NXTNET}/g" \
Expand Down

0 comments on commit ba478e8

Please sign in to comment.