mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 16:39:15 +00:00
Add Web GUI URL after SSH login
This commit is contained in:
parent
ce9f71cd2a
commit
1e2229b1f6
|
@ -194,4 +194,13 @@ display "Usage of /" "$root_usage" "90" "1" "%" " of $root_total"
|
||||||
display "storage/" "$storage_usage" "90" "1" "%" " of $storage_total"
|
display "storage/" "$storage_usage" "90" "1" "%" " of $storage_total"
|
||||||
display "Battery" "$battery_percent" "20" "1" "%" "$status_battery_text"
|
display "Battery" "$battery_percent" "20" "1" "%" "$status_battery_text"
|
||||||
echo ""
|
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 ""
|
echo ""
|
Loading…
Reference in New Issue
Block a user