2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 19:50:21 +00:00

Remove trailing spaces in file xCAT/postscripts/updateflag.awk

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent cbeefda2d3
commit be50fcbfb3

View File

@@ -5,7 +5,7 @@ BEGIN {
xcatdhost = ARGV[1]
xcatdport = ARGV[2]
flag = ARGV[3]
if (!flag) flag = "next"
ns = "/inet/tcp/0/" xcatdhost "/" xcatdport
@@ -20,7 +20,7 @@ BEGIN {
close(ns)
system("sleep 10")
loop = loop + 1
}
}
if($0 == "ready")
print flag |& ns