NULL again fup

This commit is contained in:
2025-07-22 12:01:55 +02:00
parent 08cc4374e6
commit 44a5ed96ae

View File

@@ -22,7 +22,7 @@ getPrimaryInfo() {
echo "Failed to get primary info for master '${masterName}'" echo "Failed to get primary info for master '${masterName}'"
return 1 return 1
fi fi
if [ "${info}" =~ /^NULL/ ]; then if [[ "${info}" =~ /^NULL/ ]]; then
getPrimaryInfo getPrimaryInfo
fi fi
echo "${info}" echo "${info}"