mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
change order
This commit is contained in:
parent
c5266aad7b
commit
42054846de
1 changed files with 1 additions and 1 deletions
|
@ -179,8 +179,8 @@ if [ "$1" == "status" ]; then
|
|||
echo "### LOCAL INTERNET ###"
|
||||
echo "localip=${localip}"
|
||||
echo "dhcp=${dhcp}"
|
||||
echo "network_device=${networkDevice}"
|
||||
echo "configWifiExists=${configWifiExists}"
|
||||
echo "network_device=${networkDevice}"
|
||||
echo "network_rx='${network_rx}'"
|
||||
echo "network_tx='${network_tx}'"
|
||||
echo "### GLOBAL INTERNET ###"
|
||||
|
|
Loading…
Add table
Reference in a new issue