labels again fup

This commit is contained in:
2025-07-22 13:21:47 +02:00
parent 70a962b1b2
commit 867fd7cb1d

View File

@ -81,7 +81,7 @@ else
echo "Primary host is : ${primaryHost}, port: ${primaryPort}"
currentHost=$(hostname -f)
echo "Current host is : ${currentHost}"
if [ ${primaryHost} = "NULL" ]; then
if [ "${primaryHost}" = "NULL" ]; then
echo "Not primary yet, starting as primary"
startPrimary=1
else