Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 |
|
|