This commit is contained in:
2025-07-22 11:51:09 +02:00
parent ccfe3e453d
commit 6e33bd66bb
2 changed files with 18 additions and 18 deletions

View File

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