From f20051fc1a55344b68de70aef965a3802d9aae79 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 26 Jun 2019 14:41:15 +1000 Subject: Slightly more meaningfull output for the commmand checker. --- mirror-checker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror-checker.lua b/mirror-checker.lua index e47f312..86528f3 100755 --- a/mirror-checker.lua +++ b/mirror-checker.lua @@ -131,7 +131,7 @@ end local checkExes = function (exe) local count = io.popen('ps x | grep "' .. exe .. '" | grep -v " grep " | wc -l'):read("*l") - D(count .. " " .. exe .. " commands left.") + D(count .. " " .. exe .. " commands still running.") return tonumber(count) end -- cgit v1.1