reworded comment

This commit is contained in:
2023-10-18 12:13:16 -05:00
parent 7fb016f424
commit cde3be5169

View File

@@ -6,7 +6,7 @@ if [ "$EUID" -ne 0 ]
exit
fi
# check if installed already
# install cronicle worker
isInFile=$(cat /opt/cronicle/conf/config.json | grep -c "192.168.1.44")
if [ $isInFile -eq 0 ]
then