From 746d8a74607409339e24442b2717915ec9249b9b Mon Sep 17 00:00:00 2001 From: Thomas Kaiser Date: Wed, 26 Apr 2017 12:39:01 +0200 Subject: [PATCH] Pinebook fix --- install-rpimonitor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-rpimonitor.sh b/install-rpimonitor.sh index c5587b1..cb26d33 100644 --- a/install-rpimonitor.sh +++ b/install-rpimonitor.sh @@ -258,4 +258,5 @@ cleanupPackageLists PatchRPiMonitor_for_sun50iw1p1 echo -e "\n$(date) Finished RPi-Monitor installation" -echo -e " \nNow you're able to enjoy RPi-Monitor at http://$((ifconfig -a) | sed -n '/inet addr/s/.*addr.\([^ ]*\) .*/\1/p' | head -1):8888" +echo -e " \nNow you're able to enjoy RPi-Monitor at http://$((ifconfig -a) | sed -n '/inet addr/s/.*addr.\([^ ]*\) .*/\1/p' | grep -v '127.0.0.1' | head -1):8888" +