Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 031d94b

Browse files
authored
fix output
1 parent 472a85e commit 031d94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

giwifi-gear.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ ap_mac="$AP_MAC"\
11211121
--------------------------------------------
11221122
SSID: "$GW_ID"
11231123
GateWay: "$GW_GTW"
1124-
Interface: "$([ "$ACCESS_TYPE" = '1' ] && echo 'wireless' || echo 'ethernet')" # 1: wireless 2: ethernet
1124+
Interface: "$([ "$ACCESS_TYPE" = '1' ] && echo 'wireless' || echo 'ethernet')"
11251125
IP: "$CLIENT_IP"
11261126
MAC: "$CLIENT_MAC"
11271127
Station SN: "$STATION_SN"

0 commit comments

Comments
 (0)