Skip to content

Commit

Permalink
CNTOOLs
Browse files Browse the repository at this point in the history
Typo correction, not editing version since downloads should still work from 0.2 to 0.3
  • Loading branch information
rdlrt committed Jul 1, 2020
1 parent 1e419d5 commit be1669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.sh
Expand Up @@ -2442,7 +2442,7 @@ case $OPERATION in
wget -q -O /tmp/cntools.library "${URL}/cntools.library"
GIT_MAJOR_VERSION=$(grep -r ^CNTOOLS_MAJOR_VERSION= /tmp/cntools.library |sed -e "s#.*=##")
GIT_MINOR_VERSION=$(grep -r ^CNTOOLS_MINOR_VERSION= /tmp/cntools.library |sed -e "s#.*=##")
rm -f /tmp/cntools/library
rm -f /tmp/cntools.library
if [ "$CNTOOLS_MAJOR_VERSION" != "$GIT_MAJOR_VERSION" ];then
say "${RED}WARNING${NC}: Breaking changes were made to CNTools! We will not overwrite your changes automatically. Please backup $CNODE_HOME/priv/wallet and $CNODE_HOME/priv/pool folders and then run the below:"
say " wget -O cntools.sh ${URL}/cntools.sh"
Expand Down

0 comments on commit be1669f

Please sign in to comment.