Skip to content

Commit

Permalink
script to fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Nov 16, 2024
1 parent c90b69d commit 4fc8501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migrations/2024_11_move_missing_opf_products.pl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
foreach my $dir (sort readdir($dh)) {
chomp($dir);
# Check it is a directory
next if not -d "/mnt/$flavor/products/$dir";
next if not -d "/srv/opf/products/other-flavors-codes/$dir";
print STDERR "dir: $dir\n";

if ($dir =~ /^(\d\d\d)(\d\d\d)(\d\d\d)(\d+)$/) {
Expand Down

0 comments on commit 4fc8501

Please sign in to comment.