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