summaryrefslogtreecommitdiff
path: root/bin/nit-picker
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nit-picker')
-rwxr-xr-xbin/nit-picker2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/nit-picker b/bin/nit-picker
index 89df9fb..30176f8 100755
--- a/bin/nit-picker
+++ b/bin/nit-picker
@@ -47,6 +47,8 @@ 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'