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