Skip to content
Snippets Groups Projects

move _parseConfig

Merged Hahn Axel (hahn) requested to merge update-confighandler into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -324,7 +324,7 @@ function processCheck(){
#
# --- this executes the check plugin ...
#
_log "${_logPrefix} starting $myFullscript $myparams - $_outfile"
_log "${_logPrefix} starting $myFullscript $myparams"
iTsStart=$(date +%s)
eval $myFullscript $myparams > "$_outfile"
rc=$?
Loading