Skip to content

Commit

Permalink
add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Dec 29, 2024
1 parent 1a82159 commit dace470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/data-hoarder/postgres.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
mkdir -p $OUT_FOLDER
chmod a+xr $OUT_FOLDER
echo "Copying $TMPFILE to $OUT_FOLDER/$CSV_FILENAME"
cat $TMPFILE | wc -l
cp $TMPFILE $OUT_FOLDER/$CSV_FILENAME
chmod a+r $OUT_FOLDER/$CSV_FILENAME
Expand Down

0 comments on commit dace470

Please sign in to comment.