summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xminimunin2
1 files changed, 1 insertions, 1 deletions
diff --git a/minimunin b/minimunin
index 05b3b62..950c0e8 100755
--- a/minimunin
+++ b/minimunin
@@ -322,7 +322,7 @@ call_plugin() {
322 _plug=`/usr/bin/find ${PLUGIN_DIR} \( -type l -or -type f \) -perm +111 -name $1 2>/dev/null | /usr/bin/head -n 1` 322 _plug=`/usr/bin/find ${PLUGIN_DIR} \( -type l -or -type f \) -perm +111 -name $1 2>/dev/null | /usr/bin/head -n 1`
323 [ -z "${_plug}" ] && return 1 323 [ -z "${_plug}" ] && return 1
324 324
325 _env=$( printf "%s\n" "${CONFIGS}" | env_for_plugin_from_config ${_plug} ) 325 _env=$( printf "%s\n" "${CONFIGS}" | env_for_plugin_from_config $1 )
326 eval env ${_env} ${_plug} ${_param} 326 eval env ${_env} ${_plug} ${_param}
327 return $? 327 return $?
328} 328}