diff --git a/bin/institutions.pl b/bin/institutions.pl index 638d1a88..a67ec3f8 100755 --- a/bin/institutions.pl +++ b/bin/institutions.pl @@ -87,8 +87,8 @@ END else { eval { - File::Copy::move $outfile_instid, '/htapps/www/sites/www.hathitrust.org/files'; - File::Copy::move $outfile_entityid, '/htapps/www/sites/www.hathitrust.org/files'; + File::Copy::move $outfile_instid, '/htapps/www/files'; + File::Copy::move $outfile_entityid, '/htapps/www/files'; }; if ($@) { diff --git a/cgi/CRMS.pm b/cgi/CRMS.pm index 67b8f8c0..f4a46522 100755 --- a/cgi/CRMS.pm +++ b/cgi/CRMS.pm @@ -65,7 +65,7 @@ sub new return $self; } -our $VERSION = '8.5.19'; +our $VERSION = '8.5.20'; sub Version { return $VERSION;