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

Remove trailing spaces in file perl-xCAT/xCAT/zvmUtils.pm

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 10a39df027
commit f678b44839

View File

@@ -4657,7 +4657,7 @@ sub injectMNKey {
print $fh encode_json($md_json);
close $fh;
# Replace the meta_data.json file in original config drive with the modified one
# Replace the meta_data.json file in original config drive with the modified one
system( "find $cfgpath/openstack -name meta_data.json -print | xargs -i cp $cfgpath/meta_data.json {}");
`rm -f $cfgpath/meta_data.json`;