mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
scripts: use force flag to remove bbgo.sqlite3
This commit is contained in:
parent
ccb1708fd9
commit
01ea0885dc
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
rm -v bbgo.sqlite3 && rockhopper --config rockhopper_sqlite.yaml up && rockhopper --config rockhopper_sqlite.yaml down --to 1
|
||||
rm -fv bbgo.sqlite3 && rockhopper --config rockhopper_sqlite.yaml up && rockhopper --config rockhopper_sqlite.yaml down --to 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user