Update dsmon.sh
This commit is contained in:
3
dsmon.sh
3
dsmon.sh
@@ -369,9 +369,12 @@ RUNCMD(){
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ ${nc_count} -eq ${ncount} ]; then
|
if [ ${nc_count} -eq ${ncount} ]; then
|
||||||
|
echo -e "${idsCL[White]}Complete, the command was ran on all nodes\n"
|
||||||
completed=true
|
completed=true
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
echo -e "${idsCL[White]}${nc_count} of ${ncount} completed ...\n"
|
||||||
|
|
||||||
sleep 2s
|
sleep 2s
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user