From 3667b76cf3fec52ba2572120960ba9f031d23df8 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Sun, 18 Jul 2021 14:30:53 -0500 Subject: [PATCH] Fix a few minor bugs --- rowbot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rowbot b/rowbot index 759bf02..86c5e69 100755 --- a/rowbot +++ b/rowbot @@ -92,7 +92,6 @@ run_callbacks() { shift while IFS= read -r; do - log_debug "running callback %s" "$REPLY" "$REPLY" "$@" (( status |= $? )) done < <(compgen -A function "$filter") @@ -882,7 +881,7 @@ on_init_sysfacts() { "Cron and screen make the best process manager." ) - plugin_reg sysfacts get_sysfact + plugin_reg sysfact get_sysfact } ###