labels again fup
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user