mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 03:30:33 +00:00
Remove trailing spaces in file xCAT/postscripts/updateflag.awk
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user