mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 11:40:25 +00:00
Remove trailing spaces in file xCAT/postscripts/getcredentials.awk
This commit is contained in:
@@ -14,7 +14,7 @@ BEGIN {
|
||||
print "<xcatrequest>" |& server
|
||||
print " <command>getcredentials</command>" |& server
|
||||
print " <callback_port>300</callback_port>" |& server
|
||||
for (i=1; i<ARGC; i++)
|
||||
for (i=1; i<ARGC; i++)
|
||||
print " <arg>"ARGV[i]"</arg>" |& server
|
||||
print "</xcatrequest>" |& server
|
||||
|
||||
|
Reference in New Issue
Block a user