Browse Source

Added error message if gsquery.py doesn't exists

pull/403/head
Marvin 10 years ago
parent
commit
91aa91bed6
  1. 5
      functions/fn_monitor_query

5
functions/fn_monitor_query

@ -89,4 +89,7 @@ if [ -f "${rootdir}/gsquery.py" ]; then
${rootdir}/gsquery.py -a ${ip} -p ${port} -e ${engine}
exit
fi
fi
else
fn_printfail "Could not find ${rootdir}/gsquery.py"
fn_scriptlog "Could not find ${rootdir}/gsquery.py"
fi

Loading…
Cancel
Save