Browse Source

incorrect if

pull/1073/head
Daniel Gibbs 9 years ago
parent
commit
b0257c7190
  1. 2
      lgsm/functions/monitor_gsquery.sh

2
lgsm/functions/monitor_gsquery.sh

@ -29,7 +29,7 @@ if [ "${gsquery}" == "yes" ]; then
port=$((port + 1))
fi
if [ -z "${queryport}" ]; then
if [ -n "${queryport}" ]; then
port="${queryport}"
fi

Loading…
Cancel
Save