Update status.inc

This commit is contained in:
2025-05-10 11:49:49 -05:00
parent 7df426fb82
commit 39b34e336d

View File

@@ -924,6 +924,11 @@ REPLSTART(){
skip=1
else
PH=${NODETYPE}_HOSTS[1]
if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ]; then
skip=1
rm -f ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${!PH}.running
touch ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${!PH}.skip
fi
fi
fi
echo "HERE2: ${skip} - ${!PH}"