Add Web GUI URL after SSH login

This commit is contained in:
Taylor Helsper 2019-08-28 21:10:40 -05:00
parent ce9f71cd2a
commit 1e2229b1f6

View File

@ -194,4 +194,13 @@ display "Usage of /" "$root_usage" "90" "1" "%" " of $root_total"
display "storage/" "$storage_usage" "90" "1" "%" " of $storage_total"
display "Battery" "$battery_percent" "20" "1" "%" "$status_battery_text"
echo ""
echo ""
echo ""
echo "======================================================="
echo "=== Visit the myNode Web GUI "
echo "=== http://mynode.local/ "
echo "=== OR "
printf "=== http://%s/ \n" "$ip_address"
echo "======================================================="
echo ""
echo ""