Update nodemgmt-scripts.sh

This commit is contained in:
2021-06-26 22:41:59 -05:00
parent c6caec2f3d
commit 4977e5ccdc

View File

@@ -1449,9 +1449,9 @@ SERVICE(){
fi fi
# fi # fi
nid=`expr $nid + 1` nid=`expr $nid + 1`
if [ "${1}" = "gitea" ]; then # if [ "${1}" = "gitea" ]; then
break # break
fi # fi
done done
fi fi
done done