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" +