2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 11:40:25 +00:00

Semicolon missing

This commit is contained in:
Mark Gurevich
2021-11-30 13:27:41 -05:00
parent 8f2765a5d3
commit afc2f4f823

View File

@@ -278,7 +278,7 @@ sub testxdsh {
`$xdsh_command`;
if ($?) {
# First attempt to run xdsh failed, display console log to see what happened, then try few more times
`nodels $noderange | xargs -I % tail -v --lines 25 /var/log/consoles/%.log`
`nodels $noderange | xargs -I % tail -v --lines 25 /var/log/consoles/%.log`;
my @i = (1..5);
for (@i) {
sleep 300;