Skip to content

Commit 37796f0

Browse files
committed
clone git repo
1 parent e05884c commit 37796f0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.env.example

-2
This file was deleted.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.env
1+
config/.env

config/.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TELEGRAM_ADMIN="<TELEGRAM_USER_ID>"
2+
TELEGRAM_TOKEN="<TELEGRAM_BOT_TOKEN>"

install_monitoring.sh

+6
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ then
5151
fi
5252

5353
echo "=================================================="
54+
55+
echo -e "\e[1m\e[32m5. Downloading Node Monitoring config files ... \e[0m" && sleep 1
56+
57+
rm -rf cosmos_node_monitoring
58+
git clone https://github.com/kj89/cosmos_node_monitoring.git
59+

0 commit comments

Comments
 (0)