labels again fup
This commit is contained in:
@ -81,7 +81,7 @@ else
|
|||||||
echo "Primary host is : ${primaryHost}, port: ${primaryPort}"
|
echo "Primary host is : ${primaryHost}, port: ${primaryPort}"
|
||||||
currentHost=$(hostname -f)
|
currentHost=$(hostname -f)
|
||||||
echo "Current host is : ${currentHost}"
|
echo "Current host is : ${currentHost}"
|
||||||
if [ ${primaryHost} = "NULL" ]; then
|
if [ "${primaryHost}" = "NULL" ]; then
|
||||||
echo "Not primary yet, starting as primary"
|
echo "Not primary yet, starting as primary"
|
||||||
startPrimary=1
|
startPrimary=1
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user