From baee9abfd17df2f5278267b66dc5db9a3db60041 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 19 Oct 2023 05:15:16 -0500 Subject: [PATCH] changed cronicle ip to fileserver --- 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 5bef494..8ddd37e 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.44") + isInFile=$(cat /opt/cronicle/conf/config.json | grep -c "192.168.1.50") if [ $isInFile -eq 0 ] then /opt/cronicle/bin/control.sh stop