This commit is contained in:
2025-05-10 11:13:08 -05:00
parent c06625f696
commit a0e42d40eb
2 changed files with 2 additions and 2 deletions

View File

@@ -916,7 +916,7 @@ REPLSTART(){
PHA=${NODETYPE}_HOSTS
skip=0
if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ]; then
if [ $(eval echo \${#${PHA}[@]}) -eq 2 ]; then
if [ "$(eval echo \${#${PHA}[@]})" == "2" ]; then
skip=1
else
PH=${NODETYPE}_HOSTS[1]