parent
931dda2d0b
commit
9b0ec8b2ae
|
@ -410,7 +410,7 @@ $exec =~ s/%k/$location/g;
|
|||
$exec =~ s/%%/%/g;
|
||||
|
||||
if (exists($app->{Path}) && $app->{Path} ne '') {
|
||||
$exec = 'cd ' . $app->{Path} . ' && ' . $exec;
|
||||
$exec = 'cd ' . quote($app->{Path}) . ' && ' . $exec;
|
||||
}
|
||||
|
||||
my $nosn = '';
|
||||
|
|
Loading…
Reference in New Issue