Browse Source

removed if [ "${gsquery}" == "yes" ]; then

not sure why this is still here
pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
4559cee10c
  1. 3
      lgsm/functions/monitor_gsquery.sh

3
lgsm/functions/monitor_gsquery.sh

@ -9,8 +9,6 @@ local commandname="MONITOR"
local commandaction="Monitor"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
if [ "${gsquery}" == "yes" ]; then
# Downloads gsquery.py if missing
if [ ! -f "${functionsdir}/gsquery.py" ]; then
fn_fetch_file_github "lgsm/functions" "gsquery.py" "${functionsdir}" "chmodx" "norun" "noforce" "nomd5"
@ -85,5 +83,4 @@ if [ "${gsquery}" == "yes" ]; then
done
fi
done
fi
core_exit.sh
Loading…
Cancel
Save