diff options
-rwxr-xr-x | bin/nit-picker | 2 |
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' |