ipv4island: fix argc check

This commit is contained in:
Nico Schottelius 2021-11-01 11:12:27 +01:00
parent 877c5e9b13
commit 0614229938

View file

@ -1,6 +1,6 @@
#!/bin/sh
if [ $# -ne 1 ]; then
if [ $# -ne 2 ]; then
echo "$0 ip-address nat64-prefix"
echo " ip-address: where to find the OpenWRT device"
echo " nat64-prefix: how to reach the ipv4 hosts"