Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rwxr-xr-xcommands/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/check-system b/commands/check-system
index 89c3596..4ea45d6 100755
--- a/commands/check-system
+++ b/commands/check-system
@@ -21,4 +21,4 @@ check_args = {"update": args.update,
"test": args.test,
"interactive": interactive}
-common.setup(check_args=check_args)
+common.setup(log_name="check-system", check_args=check_args)