From dee02afb3ebbcbad7c20cbde0fae46cd6bb27332 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 24 Mar 2021 19:54:45 +0100 Subject: lib/load-configuration: the nit-picker needs the static info from the database, too - but *before* loading modifications --- bin/nit-picker | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/nit-picker') diff --git a/bin/nit-picker b/bin/nit-picker index 30176f8..89df9fb 100755 --- a/bin/nit-picker +++ b/bin/nit-picker @@ -47,8 +47,6 @@ clean_up() { tmp_dir=$(mktemp -d 'tmp.nit-picker.XXXXXXXXXX' --tmpdir) trap 'clean_up' EXIT -mysql_retrieve_static_information - if ${irc}; then if pgrep -x ii; then >&2 echo 'ii is already running - this will not work' -- cgit v1.2.3-54-g00ecf