diff options
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ #!/bin/bash controller="aaa.bbb.com" -timeout="10" +timeout="800" retry="1" maxproc="24" -devnet="192.168.1.0/29" +devnet="192.168.1.0/24" devices="ap1.local ap10.aaa.bb index.hu 192.168.1.1 192.168.1.111" resolvdup="1" |