From 2eb1e295e70b2ce6c41189cdf741728f167a717c Mon Sep 17 00:00:00 2001 From: Nozomu Kaneko Date: Thu, 22 Sep 2011 18:17:58 +0200 Subject: [PATCH] fixed a critical bug, sorry... --- plugins/other/postgresql_active_locks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/other/postgresql_active_locks b/plugins/other/postgresql_active_locks index 9bdf841d..3c5c00f2 100755 --- a/plugins/other/postgresql_active_locks +++ b/plugins/other/postgresql_active_locks @@ -54,6 +54,6 @@ do done) for mode in $modes; do - echo $mode $(eval echo \$$mode) + echo ${mode}.value $(eval echo \$$mode) done