diff --git a/proxmox/proxmox-pbs-essentials.sh b/proxmox/proxmox-pbs-essentials.sh index 85478a3..3edc790 100755 --- a/proxmox/proxmox-pbs-essentials.sh +++ b/proxmox/proxmox-pbs-essentials.sh @@ -113,7 +113,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 diff --git a/proxmox/proxmox-pve-essentials.sh b/proxmox/proxmox-pve-essentials.sh index 599d8be..56f71ab 100644 --- a/proxmox/proxmox-pve-essentials.sh +++ b/proxmox/proxmox-pve-essentials.sh @@ -122,7 +122,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