From f678b4483972b9dfa54471f365b7eec15edb8463 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file perl-xCAT/xCAT/zvmUtils.pm --- perl-xCAT/xCAT/zvmUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/zvmUtils.pm b/perl-xCAT/xCAT/zvmUtils.pm index 893278fd5..3b3c698b0 100644 --- a/perl-xCAT/xCAT/zvmUtils.pm +++ b/perl-xCAT/xCAT/zvmUtils.pm @@ -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`;