Skip to content

Commit

Permalink
GS-3742: put institutions file in correct place for wordpress (#120)
Browse files Browse the repository at this point in the history
* GS-3742: put institutions file in correct place for wordpress

Need to move the output of this in a post-Drupal world

---------

Co-authored-by: Brian Moses Hall <[email protected]>
  • Loading branch information
aelkiss and moseshll authored Nov 30, 2023
1 parent be33647 commit 7424185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/institutions.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ($@)
{
Expand Down
2 changes: 1 addition & 1 deletion cgi/CRMS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sub new
return $self;
}

our $VERSION = '8.5.19';
our $VERSION = '8.5.20';
sub Version
{
return $VERSION;
Expand Down

0 comments on commit 7424185

Please sign in to comment.