From bccb3297d2f137fd200aa378800dc332caa34f5b Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 19 Oct 2023 04:47:11 -0500 Subject: [PATCH] changed cronicle search to ip of master --- debian/debian-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 73918a0..5bef494 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -224,7 +224,7 @@ fi # install cronicle worker if [[ -f /opt/cronicle/conf/config.json ]] then - isInFile=$(cat /opt/cronicle/conf/config.json | grep -c "notify.akanealw@gmail.com") + isInFile=$(cat /opt/cronicle/conf/config.json | grep -c "192.168.1.44") if [ $isInFile -eq 0 ] then /opt/cronicle/bin/control.sh stop