2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Remove trailing spaces in file ./xCAT-server/lib/xcat/plugins/genimage.pm

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 5dba261cd1
commit fd82746ab5

View File

@ -196,7 +196,7 @@ sub process_request {
$postinstall_filename = $ref_linuximage_tab->{'postinstall'};
if ($postinstall_filename ne "") {
foreach my $rawfile (split ',', $postinstall_filename) {
my ($file,@args)=split(" ",$rawfile);
my ($file,@args)=split(" ",$rawfile);
if (!-r $file) {
$callback->({ error => ["The postinstall_filename specified \'$file\' does not exist!"], errorcode => [1] });
return 1;