From bc9abbee36cbf34cb717ddcdff781ba75867756d Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 19 Oct 2023 14:47:44 -0500 Subject: [PATCH] changed ip for master server --- 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 8ddd37e..12d9eb3 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 "192.168.1.50") + isInFile=$(cat /opt/cronicle/conf/config.json | grep -c "192.168.1.4") if [ $isInFile -eq 0 ] then /opt/cronicle/bin/control.sh stop