changed ip for master server

This commit is contained in:
2023-10-19 14:47:44 -05:00
parent 6dd26bd3c4
commit bc9abbee36

View File

@@ -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