Skip to content

Commit

Permalink
solve race condition in clean_sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopplerian committed Aug 29, 2023
1 parent 715494c commit bd0faa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ clean_mysql: wait_for_mysql

clean_sqlite: wait_for_sqlite
@echo -e $(BOLD)Cleaning SQLite database...$(END_BOLD)
$(MAKE) stop_sqlite db_sqlite
$(MAKE) stop_sqlite
$(MAKE) db_sqlite

stop: $(STOP_TARGETS)

Expand Down

0 comments on commit bd0faa4

Please sign in to comment.