Fix: can publish on foundation ref storage

This commit is contained in:
Laurent Destailleur 2016-02-07 01:11:12 +01:00
parent 426f6541e6
commit 38e5b773ce

View File

@ -1155,7 +1155,7 @@ if ($nboftargetok) {
else
{
$filenameonly=$file;
$filenameonly =~ s{.*/}{}; # removes path
$filenameonly =~ s/.*\/([^\/]+\/[^\/]+)$/$1/; # removes path
$destFolder="$NEWPUBLISH/$filenameonly";
print "Publish file ".$file." to $NEWPUBLISH/".$filenameonly."\n";
}