[openwrt] wifi script correct argc
This commit is contained in:
parent
d9c0ea5009
commit
539d2a447b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# 2025-10-30, Nico Schottelius
|
||||
# Configure a device with a WAN port to allow ssh access and be IPv6 client
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
if [ $# -ne 4 ]; then
|
||||
echo "$0 ip-address ssid wifi-psk"
|
||||
echo " ip-address: where to find the OpenWRT device"
|
||||
echo " hostname: which hostname to set"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue