From 0c6994c08c201d02f6fb9865752e8127d331ceb1 Mon Sep 17 00:00:00 2001 From: Alex | Artcryptorg validator <59309195+artcryptorg@users.noreply.github.com> Date: Thu, 13 Jul 2023 20:47:57 +0200 Subject: [PATCH] Update join_stride.sh with these changes the script ran --- mainnet/join_stride.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainnet/join_stride.sh b/mainnet/join_stride.sh index 98d014d..0ab5785 100644 --- a/mainnet/join_stride.sh +++ b/mainnet/join_stride.sh @@ -145,7 +145,7 @@ install_cosmovisor() { cd cosmos-sdk git checkout cosmovisor/v1.1.0 >> $LOG_PATH 2>&1 make cosmovisor >> $LOG_PATH 2>&1 - mv $STRIDE_FOLDER/cosmovisor/cosmovisor "$BINARY_LOCATION/cosmovisor${suffix}" + mv $INSTALL_FOLDER/cosmos-sdk/cosmovisor/cosmovisor "$BINARY_LOCATION/cosmovisor${suffix}" cd .. rm -rf cosmos-sdk @@ -257,4 +257,4 @@ lsof -i tcp:${PORT_NUMBER} | awk 'NR!=1 {print $2}' | xargs -r kill PORT_NUMBER=26557 lsof -i tcp:${PORT_NUMBER} | awk 'NR!=1 {print $2}' | xargs -r kill -strided start \ No newline at end of file +strided start