Browse Source

Update command_monitor.sh

pull/2101/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
991d9e41cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lgsm/functions/command_monitor.sh

4
lgsm/functions/command_monitor.sh

@ -261,8 +261,8 @@ if [ "${querymode}" != "1" ]; then
# When binding to all addresses, any of them can be used for testing # When binding to all addresses, any of them can be used for testing
query_ip="$(hostname -i)" query_ip="$(hostname -i)"
else else
query_ip="${ip}" query_ip="${ip}"
fi fi
fn_monitor_loop fn_monitor_loop
fi fi

Loading…
Cancel
Save