From 7d3b447bc090d8cf685bba2c040038d062703eed Mon Sep 17 00:00:00 2001 From: nghuyenthevinh2000 Date: Mon, 14 Feb 2022 17:07:44 +0700 Subject: [PATCH] minor --- node_deploy.sh => test_node_deploy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename node_deploy.sh => test_node_deploy.sh (97%) diff --git a/node_deploy.sh b/test_node_deploy.sh similarity index 97% rename from node_deploy.sh rename to test_node_deploy.sh index 8271573..42373da 100644 --- a/node_deploy.sh +++ b/test_node_deploy.sh @@ -50,12 +50,11 @@ command -v jq > /dev/null 2>&1 || { echo >&2 "jq not installed. More info: https # install anoned if not exist if [ $WILL_INSTALL -eq 0 ]; then - command -v anoned > /dev/null 2>&1 || { echo >&1 "installing anoned"; cd cmd/anoned; go install; } + command -v anoned > /dev/null 2>&1 || { echo >&1 "installing anoned"; make install; } else echo >&1 "installing anoned" rm -rf $HOME/.anone* - cd cmd/anoned - go install + make install fi anoned config keyring-backend $KEYRING