diff --git a/master b/master index 1aed73b..5ef69f4 100755 --- a/master +++ b/master @@ -37,7 +37,6 @@ test "${#LOGGERS[@]}" -eq 0 && echo "error: no logger found in ." && exit 1 LOCAL_IP="`ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/'`"; test -z "$LOCAL_IP" && echo "error: cannot get local IP address." && exit 1; -LOCAL_IP="localhost";