Merge branch 'master' into next
This commit is contained in:
commit
c937f768f9
|
@ -410,7 +410,7 @@ $exec =~ s/%k/$location/g;
|
||||||
$exec =~ s/%%/%/g;
|
$exec =~ s/%%/%/g;
|
||||||
|
|
||||||
if (exists($app->{Path}) && $app->{Path} ne '') {
|
if (exists($app->{Path}) && $app->{Path} ne '') {
|
||||||
$exec = 'cd ' . $app->{Path} . ' && ' . $exec;
|
$exec = 'cd ' . quote($app->{Path}) . ' && ' . $exec;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $nosn = '';
|
my $nosn = '';
|
||||||
|
|
Loading…
Reference in New Issue