Fix: can publish on foundation ref storage
This commit is contained in:
parent
426f6541e6
commit
38e5b773ce
@ -1155,7 +1155,7 @@ if ($nboftargetok) {
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$filenameonly=$file;
|
$filenameonly=$file;
|
||||||
$filenameonly =~ s{.*/}{}; # removes path
|
$filenameonly =~ s/.*\/([^\/]+\/[^\/]+)$/$1/; # removes path
|
||||||
$destFolder="$NEWPUBLISH/$filenameonly";
|
$destFolder="$NEWPUBLISH/$filenameonly";
|
||||||
print "Publish file ".$file." to $NEWPUBLISH/".$filenameonly."\n";
|
print "Publish file ".$file." to $NEWPUBLISH/".$filenameonly."\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user