Update status.inc

This commit is contained in:
2025-05-10 11:38:39 -05:00
parent 2786f2eedb
commit 57957c1924

View File

@@ -917,6 +917,8 @@ REPLSTART(){
PHA=${NODETYPE}_HOSTS
skip=0
if [ -f ${NM_TMPFOLDER}/${!PH}.disable ] || [ -f ${NM_TMPFOLDER}/${!PH}.down ]; then
rm -f ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${!PH}.running
touch ${STATUSRUN_TMPFOLDER}/repl.${rcheck}.${!PH}.skip
if [ $(eval echo \${#${PHA}[@]}) -eq 2 ]; then
skip=1
else