mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
gateway instead of Gateway (as ncp-report looks for this) (#1586)
Signed-off-by: Jürgen <55851807+schoetju@users.noreply.github.com> Co-authored-by: Jürgen <55851807+schoetju@users.noreply.github.com>
This commit is contained in:
parent
0a5ba754c5
commit
672731adf8
@ -130,7 +130,7 @@ GW=$( ip r | grep "default via" | awk '{ print $3 }' | head -1 )
|
||||
IP="$(get_ip)"
|
||||
|
||||
echo "IP|$IP"
|
||||
echo "Gateway|$GW"
|
||||
echo "gateway|$GW"
|
||||
echo "Interface|$IFACE"
|
||||
|
||||
# Certificates
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user