removed 'debug' value for local_ip

This commit is contained in:
xdrm-brackets 2018-01-31 07:17:23 +01:00
parent 155e363ce7
commit 09b03af815
1 changed files with 0 additions and 1 deletions

1
master
View File

@ -37,7 +37,6 @@ test "${#LOGGERS[@]}" -eq 0 && echo "error: no logger found in <dir>." && 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";