Update iexport.
This commit is contained in:
parent
ffa2faa420
commit
3aca467516
3 changed files with 10 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -66,7 +66,7 @@ csv-export:
|
|||
csv-iexport:
|
||||
@docker compose up -d postgres
|
||||
@sleep 10
|
||||
@nohup ./csv_iexport.sh > csv_iexport.out &
|
||||
@sudo nohup ./csv_iexport.sh > csv_iexport.out &
|
||||
|
||||
kill-csv-export:
|
||||
@kill -9 `pgrep csv_export.sh`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue