Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Nov 15, 2024
1 parent 639176e commit 813b866
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

sub move_product_dir_to_off ($dir, $dir2, $dir3, $dir4) {
# move .sto files
print STDERR "moving $dir/$dir2/$dir3/$dir4\n";
ensure_dir_created_or_die("/srv/off/products/$dir/$dir2/$dir3");
# if there is an existing off directory for this product, move it to deleted-off-products-codes-replaced-by-other-flavors
if (-e "/srv/off/products/$dir/$dir2/$dir3/$dir4") {
Expand Down

0 comments on commit 813b866

Please sign in to comment.