[openwrt] wifi script correct argc

This commit is contained in:
Nico Schottelius 2025-10-30 10:58:27 +01:00
commit 539d2a447b

View file

@ -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"