parent
be43977281
commit
5ee32bf478
1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||||||
{ |
{ |
||||||
my $uri = $dl{'Uri'} || "https://$SystemName.$DomainName/dl"; |
my $uri = $dl{'Uri'} || "https://$SystemName.$DomainName/dl"; |
||||||
$uri .= '/' if ($uri !~ !/$!); |
$uri .= '/' if ($uri !~ /\/$/); |
||||||
|
|
||||||
$OUT .= "\$masterPath = '$uri';"; |
$OUT .= "\$masterPath = '$uri';"; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue