From 7fb016f4248ed2f16bb47e0a462640e2cc59d1c6 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 18 Oct 2023 12:04:45 -0500 Subject: [PATCH] fixed file name --- debian/debian-install-cronicle-worker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-install-cronicle-worker.sh b/debian/debian-install-cronicle-worker.sh index 4bc6dbb..37b2173 100644 --- a/debian/debian-install-cronicle-worker.sh +++ b/debian/debian-install-cronicle-worker.sh @@ -7,7 +7,7 @@ if [ "$EUID" -ne 0 ] fi # check if installed already -isInFile=$(cat /opt/cronicle/conf/conf.json | grep -c "192.168.1.44") +isInFile=$(cat /opt/cronicle/conf/config.json | grep -c "192.168.1.44") if [ $isInFile -eq 0 ] then sudo apt-get update