Update makefile.

main
mathan 2024-03-27 19:59:24 -07:00
parent 3aca467516
commit 4556d6738a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ csv-export:
csv-iexport:
@docker compose up -d postgres
@sleep 10
@sudo nohup ./csv_iexport.sh > csv_iexport.out &
@nohup ./csv_iexport.sh > csv_iexport.out &
kill-csv-export:
@kill -9 `pgrep csv_export.sh`