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