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:
parent
5dba261cd1
commit
fd82746ab5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user