Commit a1c2641b authored by Satnam Singh's avatar Satnam Singh

Fix node numbers for node list

parent a161edb3
......@@ -58,7 +58,9 @@ while true; do
fi
done
echo "Found ${found} nodes."
cat -n "${MINIONS_FILE}"
echo -n " "
head -n 1 "${MINIONS_FILE}"
tail -n +2 "${MINIONS_FILE}" | cat -n
attempt=0
while true; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment