summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xminimunin4
1 files changed, 2 insertions, 2 deletions
diff --git a/minimunin b/minimunin
index 7f1c379..809cac1 100755
--- a/minimunin
+++ b/minimunin
@@ -371,9 +371,9 @@ call_plugin() {
371 _pref=${line#*env.} 371 _pref=${line#*env.}
372 _env="${_env} ${_pref%% *}='${_pref#* }'" 372 _env="${_env} ${_pref%% *}='${_pref#* }'"
373 ;; 373 ;;
374 user\ *) _user=${line#*user } 374 user\ *) [ "${in_sect}" ] && _user=${line#*user }
375 ;; 375 ;;
376 command\ *) _command=${line#*command } 376 command\ *) [ "${in_sect}" ] && _command=${line#*command }
377 ;; 377 ;;
378 esac 378 esac
379 done <<EOF 379 done <<EOF